Last active
August 29, 2015 14:23
-
-
Save charlieanstey/7f1831c0feb5ff6b0a8f to your computer and use it in GitHub Desktop.
Parse address object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"line1": "Cotton Court", | |
"line2": "Church Street", | |
"city": "Preston", | |
"region": "Lancashire", | |
"country": "United Kingdom", | |
"postcode": "PR1 3BY", | |
"timezone": "Europe/London", | |
"geopoint": { | |
"__type": "GeoPoint", | |
"latitude": 53.759824, | |
"longitude": -2.692144 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment