A Python implementation of JSON Pointer (RFC 6901) and JSON Patch (RFC 6902) for applying partial updates to JSON documents. Current version 0.1.3, with no recent changes.
pip install pyjsonpatchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a JSON Patch from a list of operations and apply it to a document.
Ensure operations conform to RFC 6902 (op, path, value optional for remove, etc.).
Use valid JSON Pointer syntax: escape ~ as ~0 and / as ~1.
No dependency data recorded yet.
No resource links recorded.