slackbuilds_ponce/system/jq/README
Gary Herreman e548c56045
system/jq: Updated for version 1.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-11-24 12:35:09 +07:00

5 lines
242 B
Text

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.