h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
572 stars 85 forks source link

Keys removal (filter) with path filtering #106

Closed cmin764 closed 11 months ago

cmin764 commented 2 years ago

Closes #42

Adds support for removing keys with .filter() on JSON paths containing filtering.

michaelmior commented 11 months ago

Looks good! Thanks @cmin764