You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this json: [ 1, 2, 3, [1] ]
And this path: $..[?(@ == 1)]
It doesn't find any occurrence. However, other JsonPath parsers (not JayWay one) work well. I need my path to find all occurrences.