fix examples json

This commit is contained in:
Asim Aslam
2021-05-05 11:17:16 +01:00
parent e563d6114b
commit 3186f46811

View File

@@ -10,18 +10,16 @@
"country": "uk" "country": "uk"
}, },
"response": { "response": {
{ "address": {
"address": { "line_one": "10 Russell Street",
"line_one": "10 Russell Street", "city": "London",
"city": "London", "country": "United Kingdom",
"country": "United Kingdom", "postcode": "WC2B 5HZ"
"postcode": "WC2B 5HZ"
}, },
"location": { "location": {
"latitude": 51.5123064, "latitude": 51.5123064,
"longitude": -0.1216235 "longitude": -0.1216235
} }
}
} }
}], }],
"reverse": [{ "reverse": [{
@@ -32,18 +30,16 @@
"longitude": -0.1216235 "longitude": -0.1216235
}, },
"response": { "response": {
{ "address": {
"address": { "line_one": "10 Russell Street",
"line_one": "10 Russell Street", "city": "London",
"city": "London", "country": "United Kingdom",
"country": "United Kingdom", "postcode": "WC2B 5HZ"
"postcode": "WC2B 5HZ"
}, },
"location": { "location": {
"latitude": 51.5123064, "latitude": 51.5123064,
"longitude": -0.1216235 "longitude": -0.1216235
} }
}
} }
}] }]
} }