Quantcast
Channel: Active questions tagged jq - Stack Overflow
Viewing all articles
Browse latest Browse all 515

Select objects based on value of variable in object using jq

$
0
0

I have the following json file:

{"FOO": {"name": "Donald","location": "Stockholm"    },"BAR": {"name": "Walt","location": "Stockholm"    },"BAZ": {"name": "Jack","location": "Whereever"    }}

I am using jq and want to get the "name" elements of the objects where 'location' is 'Stockholm'.

I know I can get all names by

cat json | jq .[] | jq ."name""Jack""Walt""Donald"

But I can't figure out how to print only certain objects, given the value of a sub key (here: "location" : "Stockholm").


Viewing all articles
Browse latest Browse all 515

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>