mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inconsistent specification of the absence of calling codes

minisaw opened this issue · comments

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.

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