Need a depth-first search, rather than breadth-first, for performance (and implementation of $..abc)

Issue #63 new
James Powell repo owner created an issue

Paths like, for example $[*].*[*].abc are very slow, as searches work breadth-first, making this involve multiple passes through the JSON. A depth-first search would by one pass, regardless of path depth.

This would also, I think, make implementing the“any depth” path (..) easy.

Comments (1)

  1. Log in to comment