We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed there's a trailing space in "total " for each Area. For example from us.json:
Area
us.json
"Area": { "total ": { "text": "9,833,517 sq km" },
The text was updated successfully, but these errors were encountered:
@boondocklabs thanks for reporting the trailing space in the key. looks like this trailing space is "upstream" in orginal source e.g. try https://www.cia.gov/the-world-factbook/geos/us.json. you are right. it might be a good idea to remove leading and trailing spaces from keys (and consider the trailing space a bug). the converter code is here -> https://github.com/factbook/factbook/tree/master/factbook-readers. i try to to push out an update in the next days.
Sorry, something went wrong.
No branches or pull requests
I noticed there's a trailing space in "total " for each
Area
. For example fromus.json
:The text was updated successfully, but these errors were encountered: