Skip to content

v0.1.1

Compare
Choose a tag to compare
@wusteven815 wusteven815 released this 18 Dec 15:34
· 2 commits to main since this release

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