v0.1.1
pyjsonpatch
A Python implementation of JSON Pointer (RFC 6902) and JSON Patch (RFC 6902). Primarily, the package can do the following to Python object(s) representing JSON(s):
apply_patch
to modify an object with a JSON patchgenerate_patch
to generate a JSON Patch from two objectsget_by_ptr
to retrieve a value from object using a JSON pointer