Created
June 6, 2020 10:24
-
-
Save vgrem/19af6690aeaa26845adb46b9d28330b1 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"id": 1, | |
"name": "Oslo", | |
"location": { "lat": 59.923043, "lng": 10.752839 } | |
}, | |
{ | |
"id": 2, | |
"name": "Stockholm", | |
"location": { "lat": 59.339025, "lng": 18.065818 } | |
}, | |
{ | |
"id": 3, | |
"name": "Copenhagen", | |
"location": { "lat": 55.675507, "lng": 12.574227 } | |
}, | |
{ | |
"id": 4, | |
"name": "Berlin", | |
"location": { "lat": 52.521248, "lng": 13.399038 } | |
}, | |
{ | |
"id": 5, | |
"name": "Paris", | |
"location": { "lat": 48.856127, "lng": 2.346525 } | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment