Last active
December 7, 2015 05:46
-
-
Save ryanburgess/546786509449c8c3043c to your computer and use it in GitHub Desktop.
All province names and two digit province codes in 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
[{ | |
"value": "AB", | |
"state": "Alberta" | |
}, | |
{ | |
"value": "BC", | |
"state": "British Columbia" | |
}, | |
{ | |
"value": "MB", | |
"state": "Manitoba" | |
}, | |
{ | |
"value": "NB", | |
"state": "New Brunswick" | |
}, | |
{ | |
"value": "NF", | |
"state": "Newfoundland" | |
}, | |
{ | |
"value": "NT", | |
"state": "Northwest Territories" | |
}, | |
{ | |
"value": "NS", | |
"state": "Nova Scotia" | |
}, | |
{ | |
"value": "NU", | |
"state": "Nunavut" | |
}, | |
{ | |
"value": "ON", | |
"state": "Ontario" | |
}, | |
{ | |
"value": "PE", | |
"state": "Prince Edward Island" | |
}, | |
{ | |
"value": "QC", | |
"state": "Quebec" | |
}, | |
{ | |
"value": "SK", | |
"state": "Saskatchewan" | |
}, | |
{ | |
"value": "YT", | |
"state": "Yukon Territory" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment