stefankoegl / python-json-patch

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

Adding support for multiple selection/update #92

Open geryogam opened 5 years ago

geryogam commented 5 years ago

Thank you Stefan for this amazing Python implementation of the JSON Patch specification. RFC editor's Mark Nottingham is gathering ideas for a revision of the specification (JSON Patch 2). There is a key feature that JSON Pointer and JSON Patch are missing in my opinion: support for multiple selection/update. What do you think of my proposal? I would be awesome to see that implemented in your JSON Pointer and JSON Patch Python modules: https://github.com/json-patch/json-patch2/issues/23