{ "location": { "country": [ { "countryName": "Select country", "countryId": "0" }, { "countryName": "India", "countryId": "1" }, { "countryName": "USA", "countryId": "2" }, { "countryName": "Nepal", "countryId": "3" } ], "state": [ { "stateName": "Karnataka", "stateId": "1", "countryId": "1" }, { "stateName": "Maharashtra", "stateId": "2", "countryId": "1" }, { "stateName": "Andhra Pradesh", "stateId": "3", "countryId": "1" }, { "stateName": "Karnataka", "stateId": "4", "countryId": "1" } ], "city": [ { "cityName": "Select city", "distId": "0", "stateId": "0", "countryId": "0" }, { "cityName": "Hubli", "distId": "1", "stateId": "1", "countryId": "1" }, { "cityName": "Bangalore", "distId": "2", "stateId": "1", "countryId": "1" }, { "cityName": "Belgavi", "distId": "3", "stateId": "1", "countryId": "1" } ] } }