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
Path phoneNumbers[?(@.type == "iPhone")].number Result
[
"0123-4567-8888"
]
Looking through the code briefly I don't see anything that would support filtering, so I think the answer is probably no. If the library doesn't support this syntax would this be a contribution that would be welcome? Thanks!
The text was updated successfully, but these errors were encountered:
Hey qntfy Crew! Does your library have any support for JSONPath expression filtering?
For example:
Input
Path
phoneNumbers[?(@.type == "iPhone")].number
Result
Looking through the code briefly I don't see anything that would support filtering, so I think the answer is probably no. If the library doesn't support this syntax would this be a contribution that would be welcome? Thanks!
The text was updated successfully, but these errors were encountered: