Answers for "how to get multiple values from json array using jq"

0

how to get multiple values from json array using jq

$ jq -r '.Volumes[] | .VolumeId + " " + .Tags[].Value' volumes.json
vol-00112233 vol-rescue-system
vol-00112234 vol-rescue-swap
vol-00112235 vol-rescue-storage
Posted by: Guest on April-22-2022

Code answers related to "how to get multiple values from json array using jq"

Code answers related to "Javascript"

Browse Popular Code Answers by Language