This is the JSON from which I want to fetch value of address. It has JSONObject inside JSONArray
{
"user": "user1",
"Post": "PC",
"thirdparty": {
"companyName": "testCompany"
},
"Usedata": [
{
"data": {
"place": "india",
"address": "Mumbai"
},
"department": {
"deptcode": "IT",
"Location": "Mumbai"
}
}
]
}