Difference between revisions of "Jq"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* [[SQL]] | * [[SQL]] | ||
* <code>[[yq]]</code> | * <code>[[yq]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * Read: https://stackoverflow.com/questions/tagged/jq?tab=Votes | ||
== See also == | == See also == |
Revision as of 11:33, 13 October 2021
jq
is a lightweight and flexible command-line JSON processor.
- Homepage: https://stedolan.github.io/jq/
- Ubuntu:
apt install jq
Contents
Examples
jq . file.json
jq '.[] | select(.color=="blue")' your_json_file.json
Related terms
Activities
See also
Advertising: