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