memongo
    Preparing search index...

    Type Alias JSONPath

    JSONPath: string

    Dot separated path with optional array indices used to access nested JSON values.

    const path: JSONPath = "user.profile.friends.0.name";