filtering json with jq
Last updated
Was this helpful?
Last updated
Was this helpful?
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