Reputation: 2341
I have a output like this
{
"Tags": [
{
"ResourceType": "instance",
"Value": "dev",
"Key": "Group"
},
{
"ResourceType": "instance",
"Value": "web",
"Key": "Name"
}
]
}
With shell script, how can i get the "web" value? In other words, i only want to get the value if the "Key" equals "Name"
Upvotes: 0
Views: 34