Replies: 1 comment
-
I’d recommend using our On Demand API directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to extract multiple paths from a JSON document efficiently.
For example, from a single
pets.json
document, I might want to extract.pets[0].owner.name
and.pets[0].owner.age
.What's the best way to achieve this with the current API? I am trying to avoid starting from the start of the document every time.
Beta Was this translation helpful? Give feedback.
All reactions