Created
March 26, 2020 16:07
-
-
Save inspectordanno/6e66aba37b91d02fc402acc24126161e to your computer and use it in GitHub Desktop.
U.S. full state name to AP Style json dictionary object
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
{ | |
"Alabama": "Ala.", | |
"Alaska": "Alaska", | |
"American Samoa": "A.S.", | |
"Arizona": "Ariz.", | |
"Arkansas": "Ark.", | |
"California": "Calif.", | |
"Colorado": "Colo.", | |
"Connecticut": "Conn.", | |
"Delaware": "Del.", | |
"District Of Columbia": "D.C.", | |
"Florida": "Fla.", | |
"Georgia": "Ga.", | |
"Guam": "Guam", | |
"Hawaii": "Hawaii", | |
"Idaho": "Idaho", | |
"Illinois": "Ill.", | |
"Indiana": "Ind.", | |
"Iowa": "Iowa", | |
"Kansas": "Kan.", | |
"Kentucky": "Ky.", | |
"Louisiana": "La.", | |
"Maine": "Maine", | |
"Maryland": "Md.", | |
"Massachusetts": "Mass.", | |
"Michigan": "Mich.", | |
"Minnesota": "Minn.", | |
"Mississippi": "Miss.", | |
"Missouri": "Mo.", | |
"Montana": "Mont.", | |
"Nebraska": "Neb.", | |
"Nevada": "Nev.", | |
"New Hampshire": "N.H.", | |
"New Jersey": "N.J.", | |
"New Mexico": "N.M.", | |
"New York": "N.Y.", | |
"North Carolina": "N.C.", | |
"North Dakota": "N.D.", | |
"Northern Mariana Islands": "M.P.", | |
"Ohio": "Ohio", | |
"Oklahoma": "Okla.", | |
"Oregon": "Ore.", | |
"Pennsylvania": "Pa.", | |
"Puerto Rico": "P.R.", | |
"Rhode Island": "R.I.", | |
"South Carolina": "S.C.", | |
"South Dakota": "S.D.", | |
"Tennessee": "S.D.", | |
"Texas": "Texas", | |
"Utah": "Utah", | |
"Vermont": "Vt.", | |
"Virgin Islands": "V.I.", | |
"Virginia": "Va.", | |
"Washington": "Wash.", | |
"West Virginia": "W.Va.", | |
"Wisconsin": "Wis.", | |
"Wyoming": "Wyo." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment