Home
NOTE: I'm in the middle of upgrading the site. Most things are in place, but some things are missing and/or broken. This includes alt text for images. Please bear with me while I get things fixed.

Access An Array Inside An Object Key In jq

echo '{ 
  "tags": [ 
    {
      "k": "alfa", 
      "v": "bravo"
    },
    {
      "k": "charlie",
      "v": "delta"
    }
  ]
}' | jq '.tags[]'
results full
~ fin ~