summaryrefslogtreecommitdiffstats
path: root/system/jq/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/jq/README')
-rw-r--r--system/jq/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/jq/README b/system/jq/README
new file mode 100644
index 0000000000..02ab67cff1
--- /dev/null
+++ b/system/jq/README
@@ -0,0 +1,5 @@
+jq is a lightweight and flexible command-line JSON processor.
+
+jq is like sed for JSON data - you can use it to slice and filter
+and map and transform structured data with the same ease that
+sed, awk, grep and friends let you play with text.