jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

[*] over objects returns an error

Open Matt343 opened this issue 2 years ago • 0 comments

Expressions like $.a[*].b over inputs like {"a": {"foo": {"b": 1}}} return an error object is not Slice when evaluating. Other implementations can handle these expressions, treating them as wildcards over the keys in the object.

Matt343 avatar Apr 21 '23 20:04 Matt343