lua-jsonpath icon indicating copy to clipboard operation
lua-jsonpath copied to clipboard

fix filter expression with several nodes

Open avkiryanov opened this issue 10 months ago • 0 comments

A filtering expression like $[?(@.node1.node2)] will not find node2 because the cycle step is 2. If we rewrite the expression for $[?(@.node1.node2.node2)], node2 will be found.

avkiryanov avatar Mar 21 '25 13:03 avkiryanov