jsonpath
jsonpath copied to clipboard
[*] over objects returns an error
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.