filtering json with jq
jq is a fantastic command line tools to parse and filter json in command line. It works for linux, osx and maybe windows.
example, to format json
To output a particular field
To filter based on a key
more example could be found on here
Last updated