JQ
From DWIKI
JSON processor
Links
Related tools
- gron
Examples
get values of just one field
jq '.[].fieldname'
or when hyphen in name
jq '.[]."field-name"'
only on 1.7+??
JSON processor
jq '.[].fieldname'
or when hyphen in name
jq '.[]."field-name"'
only on 1.7+??