Parsing JSON at the CLI
jq
is a command line tool for parsing and modifying JSON. It is useful for extracting relevant bits of information from tools that output JSON, or REST APIs that return JSON.
Source: Parsing JSON at the CLI: A Practical Introduction to jq
(and
more!),
an article by Sequoia McDowell.