-
Notifications
You must be signed in to change notification settings - Fork 43
Issue filtering with @ #49
Comments
This looks like an interesting case: IMHO Compare to
This explanation is given from a perspective of the internal implementation. The original post from Goessner probably does not capture that. I've taken the liberty and added this as a test case to the comparison project: https://cburgmer.github.io/json-path-comparison/#filter_equal_on_object_with_key_matching_query (do scroll a bit to see the highlighted row). You can compare the responses from the different implementations. They don't currently agree. |
On the side, implementations also don't agree on trying to match "2" for 2 and 2 for "2": |
This project is now marked as abandoned and suggests using |
Apologies in advance, I'm new to JSONPath.
I do not understand why I am not able to filter based on keys, but a wildcard works. For example:
The text was updated successfully, but these errors were encountered: