summaryrefslogtreecommitdiffstats
path: root/python/jmespath/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-13 20:45:28 +0100
committer Willy Sudiarto Raharjo2014-02-13 20:45:28 +0100
commit75b21176e1596481efca54020e6f3c390054e50b (patch)
tree5dcaf8e66133c35ad895ab858aacc4d106ba33f1 /python/jmespath/README
parent41fad29d93c59bed36654660b46de4c1b739e4d2 (diff)
downloadslackbuilds-75b21176e1596481efca54020e6f3c390054e50b.tar.gz
python/jmespath: Added (JSON Matching Expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jmespath/README')
-rw-r--r--python/jmespath/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/jmespath/README b/python/jmespath/README
new file mode 100644
index 0000000000..d140ac8e2f
--- /dev/null
+++ b/python/jmespath/README
@@ -0,0 +1,2 @@
+JMESPath (pronounced "jaymz path") allows you to declaratively
+specify how to extract elements from a JSON document.