Skip to content

Releases: deephaven/pyjsonpatch

v0.1.2

19 Dec 21:21
Compare
Choose a tag to compare

pyjsonpatch v0.1.2

No functional changes. Updated README and metadata.

v0.1.1

18 Dec 15:34
Compare
Choose a tag to compare

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 patch
  • generate_patch to generate a JSON Patch from two objects
  • get_by_ptr to retrieve a value from object using a JSON pointer