Parsing JSON With jq

jq is a utility that can handle everything you may want to do with JSON.

Example:
$ aws ec2 describe-vpcs | jq

Comments