Last active
September 20, 2024 11:43
-
-
Save fawazahmed0/68e159f4a8389e271b37a3dbfee5e292 to your computer and use it in GitHub Desktop.
Countries with ISO datetime format
This file contains hidden or 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
{ | |
"af": { | |
"country_name": "afghanistan", | |
"country_iso3": "afg", | |
"country_iso_numeric": "4", | |
"currency_name": "afghani", | |
"currency_code": "afn", | |
"currency_number": "971" | |
}, | |
"sv": { | |
"country_name": "el salvador", | |
"country_iso3": "slv", | |
"country_iso_numeric": "222", | |
"currency_name": "us dollar", | |
"currency_code": "usd", | |
"currency_number": "840" | |
}, | |
"lt": { | |
"country_name": "lithuania", | |
"country_iso3": "ltu", | |
"country_iso_numeric": "440", | |
"currency_name": "euro", | |
"currency_code": "eur", | |
"currency_number": "978" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment