Created
April 21, 2011 04:20
-
-
Save lukes/933708 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"name":"Afghanistan", // english name | |
"country-code":"004", // unique numeric code | |
"alpha-2":"AF", // unique 2-character code | |
"alpha-3":"AFG", // unique 3-character code | |
"sub-region-code":"034", // geographical sub-region code | |
"region-code":"142", // macro geographical (continental) region code | |
"iso 3166-2":"ISO 3166-2:AF" // ISO 3166-2 code for principle subdivision | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment