jq
is a command-line JSON processor.
If you want to learn to use jq, read the documentation at http://stedolan.github.io/jq. This documentation is generated from the docs/ folder of this repository. You can also try it online at http://jqplay.org.
Basic filters
1 2 3 |
|
1 2 3 |
|
More details please check it out from original website
1
|
|
Next post, I’d like to use this for parser the aws
result. (coming soon.)