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
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.