JQ

From DWIKI

JSON processor

Links

Examples

get values of just one field

jq '.[].fieldname'

or when hyphen in name

jq '.[]."field-name"'

only on 1.7+??