Examples
| Query | jq '.[] | .name' |
|---|---|
| Input | [{"name":"JSON", "good":true}, {"name":"XML", "good":false}] |
| Output | "JSON" |
References
| Reference | URL |
|---|---|
| Home Page | https://stedolan.github.io/jq/ |
| Query | jq '.[] | .name' |
|---|---|
| Input | [{"name":"JSON", "good":true}, {"name":"XML", "good":false}] |
| Output | "JSON" |
| Reference | URL |
|---|---|
| Home Page | https://stedolan.github.io/jq/ |