Created
May 11, 2017 15:46
-
-
Save toohotz/8a450515c3f6452a2405d386361bc181 to your computer and use it in GitHub Desktop.
Provinces of Canada
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
{ | |
"AB": "Alberta", | |
"BC": "British Columbia", | |
"MB": "Manitoba", | |
"NB": "New Brunswick", | |
"NL": "Newfoundland and Labrador", | |
"NS": "Nova Scotia", | |
"ON": "Ontario", | |
"PE": "Prince Edward Island", | |
"QC": "Quebec", | |
"SK": "Saskatchewan", | |
"NT": "Northwest Territories", | |
"NU": "Nunavut", | |
"YT": "Yukon" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment