summaryrefslogtreecommitdiffstats
path: root/python/jsonpointer/README
diff options
context:
space:
mode:
author Alan Aversa2020-05-15 19:01:40 +0200
committer Willy Sudiarto Raharjo2020-05-15 19:01:40 +0200
commit02d404fc73526a7a63ed3f94d96731d3c42ec090 (patch)
treefb61003e612c59cf67387ee95c1536825205b0c2 /python/jsonpointer/README
parent9dcf2f8935292072bd2c67283d58ac7aafc50e1b (diff)
downloadslackbuilds-02d404fc73526a7a63ed3f94d96731d3c42ec090.tar.gz
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/jsonpointer/README b/python/jsonpointer/README
new file mode 100644
index 0000000000..a760164082
--- /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.