diff options
Diffstat (limited to 'system/jq/README')
-rw-r--r-- | system/jq/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/jq/README b/system/jq/README new file mode 100644 index 0000000000000..02ab67cff1cac --- /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. |