diff options
author | Alan Aversa <alan_avNOersa@lSPAMavabit.com> | 2020-05-16 00:01:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 00:01:40 +0700 |
commit | 02d404fc73526a7a63ed3f94d96731d3c42ec090 (patch) | |
tree | fb61003e612c59cf67387ee95c1536825205b0c2 /python/jsonpointer/README | |
parent | 9dcf2f8935292072bd2c67283d58ac7aafc50e1b (diff) |
python/jsonpointer: Added (Library to resolve JSON Pointers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jsonpointer/README')
-rw-r--r-- | python/jsonpointer/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/jsonpointer/README b/python/jsonpointer/README new file mode 100644 index 000000000000..a760164082b5 --- /dev/null +++ b/python/jsonpointer/README @@ -0,0 +1,5 @@ +Applying JSON Patches in Python + +Library to apply JSON Patches according to RFC 6902 + +python3 is an optional dependency. |