Open powers-alan opened 6 years ago
Hi @powers-alan, no we don't currently support anything like that. But yes, we are definitely open to contributions.
Hey @powers-alan just chiming in to note that this change would be most elegant in https://github.com/qntfy/jsonparser which provides underlying parsing for kazaam. Thank you!
Hey qntfy Crew! Does your library have any support for JSONPath expression filtering?
For example: Input
Path
phoneNumbers[?(@.type == "iPhone")].number
ResultLooking 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!