stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
441 stars 95 forks source link

Interested in JSONPath support? #87

Open jdodds opened 6 years ago

jdodds commented 6 years ago

I have a need for an implementation of json-patch that supports using JSONPath for the path member of operations. This breaks away from the standard, but would allow for value-based operations on array members and a more full search capability in general.

Is this something you'd be interested in a PR for?

stefankoegl commented 6 years ago

That sounds interesting! I'd certainly help reviewing and merging a PR.