You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library doesn't seem to support array slicing currently. $[*].Player would for example work, but give you all entries.
If you want to know more about what's supported and what not you could try https://cburgmer.github.io/json-path-comparison/.
Thank you for the library.
I am wondering how to slice the json?
I tried Jaxon.Stream.query(Jaxon.Path.parse!("$[0:3].Player")) to get first 3 players I have, but it does not work.
How can I use it correctly to get only partial data and filters?
Should I use Enum.take?
The text was updated successfully, but these errors were encountered: