py-jsonpatch-1.33

library to apply JSON Patches according to RFC 6902

Index | textproc

Description

Library to apply JSON Patches according to RFC 6902.

JSON Patch is a format identified by the "application/json-patch+json"
media type for expressing a sequence of operations to apply to a target
JSON document. It is suitable for use with the HTTP PATCH method.

Homepage: https://github.com/stefankoegl/python-json-patch

Run Dependencies