Response Array is:
object(stdClass)#1 (4) {
["country"]=>
string(13) "United States"
["country abbreviation"]=>
string(2) "US"
["post code"]=>
string(5) "90210"
["places"]=>
array(1) {
[0]=>
object(stdClass)#2 (5) {
["place name"]=>
string(13) "Beverly Hills"
["longitude"]=>
string(9) "-118.4065"
["latitude"]=>
string(7) "34.0901"
["state"]=>
string(10) "California"
["state abbreviation"]=>
string(2) "CA"
}
}
}