Last active
January 24, 2021 20:46
-
-
Save itasyurt/7a4457f08fc5f35b3cdfd1218398166c to your computer and use it in GitHub Desktop.
cities.json
This file contains 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
[ | |
{ | |
"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