This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Description
Hi !
Do you have a method to retrieve a specific item in an array ?
Example : get the 200'042 th element from an array of 256'000 items.
[
{"header":{...},"data":[......]},
{"header":{...},"data":[......]},
......
{"header":{...},"data":[......]}, <-- TARGET
...
{"header":{...},"data":[......]},
]
Thanks