mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!
https://mledoze.github.io/countries/
Open Data Commons Open Database License v1.0
5.93k stars 1.26k forks source link

inconsistent specification of the absence of calling codes #465

Closed minisaw closed 10 months ago

minisaw commented 1 year ago

the unescaped json generated file https://raw.githubusercontent.com/mledoze/countries/master/dist/countries-unescaped.json contains the "no calling codes" specification in several different manners, e.g.

Heard Island and McDonald Islands: "callingCodes": [ "" ]

Antarctica: "callingCodes": []

i think it would be better to use a unified convention, e.g. the empty array only.

mledoze commented 1 year ago

Hi @minisaw, you're right, I will fix this.

mledoze commented 10 months ago

fixed via #488