Skip to content

Instantly share code, notes, and snippets.

@vgrem
Created June 6, 2020 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrem/19af6690aeaa26845adb46b9d28330b1 to your computer and use it in GitHub Desktop.
Save vgrem/19af6690aeaa26845adb46b9d28330b1 to your computer and use it in GitHub Desktop.
[
{
"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