JQ: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
mNo edit summary Tag: wikieditor |
||
| Line 8: | Line 8: | ||
=Related tools= | =Related tools= | ||
* gron | * gron | ||
* yq | |||
=Examples= | =Examples= | ||
Revision as of 13:22, 19 December 2025
JSON processor
Links
Related tools
- gron
- yq
Examples
get values of just one field
jq '.[].fieldname'
or when hyphen in name
jq '.[]."field-name"'
only on 1.7+??
