diff options
author | Erik Hanson <erik@slackbuilds.org> | 2015-05-23 19:45:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-24 13:26:23 +0700 |
commit | f616ac744620207ebfac607b5c207209f6d421b5 (patch) | |
tree | e8db57c01b2ada2491b3e06935858686c9d2821d /system/jq/README | |
parent | 2354bf1b669c8d8dc431992c952c5668f3957066 (diff) |
system/jq: Added (command-line JSON processor)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 000000000000..02ab67cff1ca --- /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. |