OK, so I have a json structure as follows.
Basically, what I want to do is loop over the json file and pull out the data if Country is equal to a specific value.
I'm sure this is pretty easy but i just can't work it out.
{
"Site ID": 19955,
"Hotels": "Ramada Salzburg City Centre",
"Stadt": "Salzburg",
"Country": "Austria",
"Region": "Central & Eastern Europe",
"Link DE": "",
"Link EN": "",
"Link TR": "",
"Lat": 47.8137521,
"Long": 13.044259,
"Image": "/Salzburg.jpg"
}