Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created November 22, 2021 22:30
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 apatronl/77a68f669043998308cf01658b9eecf9 to your computer and use it in GitHub Desktop.
Save apatronl/77a68f669043998308cf01658b9eecf9 to your computer and use it in GitHub Desktop.
{
"locations": [
{
"id": 0,
"name": "New York City",
"latitude": 40.71,
"longitude": -74
},
{
"id": 1,
"name": "Barcelona",
"latitude": 41.38,
"longitude": 2.17
},
{
"id": 2,
"name": "Tokyo",
"latitude": 35.68,
"longitude": 139.76
},
{
"id": 3,
"name": "Atlanta",
"latitude": 33.74,
"longitude": -84.38
},
{
"id": 4,
"name": "Paris",
"latitude": 48.85,
"longitude": 2.35
},
{
"id": 5,
"name": "Hong Kong",
"latitude": 22.31,
"longitude": 114.16
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment