Difference between revisions of "Jq"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== See also == | == See also == | ||
* {{jq}} | * {{jq}} | ||
− | + | * {{JSON}} | |
[[Category:Computing]] | [[Category:Computing]] |
Revision as of 07:32, 2 July 2020
jq
is a lightweight and flexible command-line JSON processor.
Homepage: https://stedolan.github.io/jq/
Examples
jq . file.json
jq '.[] | select(.color=="blue")' your_json_file.json
Related terms
See also
Advertising: