Convert array to lines jq

Raw output (-r) for scripting; one value per line

cat data.json | jq -r '.items[].metadata.name'
#jq