-
-
Save hang15/c03716843c11d23cb6ca66d920102f57 to your computer and use it in GitHub Desktop.
NA States to Two letter codes
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
{ | |
"US": { | |
"Massachusetts": "MA", | |
"Georgia": "GA", | |
"Oregon": "OR", | |
"Alabama": "AL", | |
"Illinois": "IL", | |
"Montana": "MT", | |
"Maine": "ME", | |
"Nebraska": "NE", | |
"Virginia": "VA", | |
"South Dakota": "SD", | |
"Oklahoma": "OK", | |
"Vermont": "VT", | |
"Missouri": "MO", | |
"Michigan": "MI", | |
"Kansas": "KS", | |
"Alaska": "AK", | |
"Delaware": "DE", | |
"Mississippi": "MS", | |
"Hawaii": "HI", | |
"Utah": "UT", | |
"Maryland": "MD", | |
"Pennsylvania": "PA", | |
"New York": "NY", | |
"Minnesota": "MN", | |
"Tennessee": "TN", | |
"North Dakota": "ND", | |
"Connecticut": "CT", | |
"Nevada": "NV", | |
"Colorado": "CO", | |
"Wisconsin": "WI", | |
"West Virginia": "WV", | |
"New Hampshire": "NH", | |
"California": "CA", | |
"Florida": "FL", | |
"Washington": "WA", | |
"Arizona": "AZ", | |
"Iowa": "IA", | |
"North Carolina": "NC", | |
"Arkansas": "AR", | |
"Rhode Island": "RI", | |
"New Jersey": "NJ", | |
"Ohio": "OH", | |
"Idaho": "ID", | |
"South Carolina": "SC", | |
"Kentucky": "KY", | |
"Indiana": "IN", | |
"Texas": "TX", | |
"District of Columbia": "DC", | |
"Wyoming": "WY", | |
"New Mexico": "NM", | |
"Louisiana": "LA" | |
}, | |
"CA": { | |
"Newfoundland and Labrador": "NL", | |
"Prince Edward Island": "PE", | |
"Alberta": "AB", | |
"Nunavut": "NU", | |
"Saskatchewan": "SK", | |
"Quebec": "QC", | |
"British Columbia": "BC", | |
"Yukon": "YT", | |
"Manitoba": "MB", | |
"Ontario": "ON", | |
"New Brunswick": "NB", | |
"Northwest Territories": "NT", | |
"Nova Scotia": "NS" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment