mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
fix examples json
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user