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?