Find by Path gets all Array elements even when not all needed.

Issue #10 resolved
James Powell repo owner created an issue

Find by Path will currently get all array elements even if only needed up to a certain index.

Example finding $[0] will get all array elements then take the first one (very wasteful). Finding one item by path can also avoid parsing additional elements after finding something.

Rewrite to only parse over array elements as needed.

Comments (1)

  1. Log in to comment