Dot separated path with optional array indices used to access nested JSON values.
const path: JSONPath = "user.profile.friends.0.name"; Copy
const path: JSONPath = "user.profile.friends.0.name";
Dot separated path with optional array indices used to access nested JSON values.