How do I loop over the json array of objects having below json structure:
"ArrayOfAddress": [{
"address": {
"country": "US",
"city":"NewYork"
},
"Type": "435473"
},{
"address":{
"country":"Germany",
"city":"abc"
},
"Type":"124586"
}
]
and access country ,city and type values