samayo / country-json

A simple data of the world by country each in JSON format.
https://data.world/samayo
MIT License
1.07k stars 805 forks source link

Feat: Listing cities 🏙️ for each country 🗺️ #244

Closed vvhybe closed 1 year ago

vvhybe commented 1 year ago

Listing all (the most) cities of each country in a json file called country-by-cities the json file is belong to https://github.com/ToniCifre,

The original file is here: https://github.com/ToniCifre/all-countries-and-cities-json

I just refactor the json file to follow the json format style.


[
  {
     "country":"Alphabetical Country Name"
     "cities":[list of cites....]
  }
]