JSONPath filters are not supported ? #711
-
Describe the bug Version To Reproduce
Expected behavior
Screenshots Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@freddieleeman jsonpath queries work and are being automated tested so i renamed your issue and put it into the discussions until we see exactly what the reasoning is but otherwise "jsonpath filters not working" isnt quite an appropriate title |
Beta Was this translation helpful? Give feedback.
-
I found the issue:
Both work with the JSONPath Online Evaluator, which is odd. But it appears that this was a non-issue, and this discussion can be closed. Thank you. |
Beta Was this translation helpful? Give feedback.
I found the issue:
json:$.address[?(@.use="work")]
worksjson:$.address.[?(@.use="work")]
doesn'tBoth work with the JSONPath Online Evaluator, which is odd. But it appears that this was a non-issue, and this discussion can be closed. Thank you.