Skip to content

Instantly share code, notes, and snippets.

@itasyurt
Last active January 24, 2021 20:46
Show Gist options
  • Save itasyurt/7a4457f08fc5f35b3cdfd1218398166c to your computer and use it in GitHub Desktop.
Save itasyurt/7a4457f08fc5f35b3cdfd1218398166c to your computer and use it in GitHub Desktop.
cities.json
[
{
"name": "London",
"country": "United Kingdom"
},
{
"name": "Liverpool",
"country": "United Kingdom"
},
{
"name": "Istanbul",
"country": "Turkey"
},
{
"name": "New York",
"country": "United States of America"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment