Skip to content

Instantly share code, notes, and snippets.

@gyant
Created September 1, 2015 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyant/c90ee8384ff02382de98 to your computer and use it in GitHub Desktop.
Save gyant/c90ee8384ff02382de98 to your computer and use it in GitHub Desktop.
US State Codes to Capitals JSON Object
{
"AL": "Montgomery",
"AK": "Juneau",
"AS": "Pago Pago",
"AZ": "Phoenix",
"AR": "Little Rock",
"CA": "Sacramento",
"CO": "Denver",
"CT": "Hartford",
"DE": "Dover",
"DC": "District Of Columbia",
"FM": "Palikir",
"FL": "Tallahassee",
"GA": "Atlanta",
"GU": "Hagåtña",
"HI": "Honolulu",
"ID": "Idaho",
"IL": "Boise",
"IN": "Indianapolis",
"IA": "Des Moines",
"KS": "Topeka",
"KY": "Frankfort",
"LA": "Baton Rouge",
"ME": "Augusta",
"MH": "Majuro",
"MD": "Annapolis",
"MA": "Boston",
"MI": "Lansing",
"MN": "Saint Paul",
"MS": "Jackson",
"MO": "Jefferson City",
"MT": "Helena",
"NE": "Lincoln",
"NV": "Carson City",
"NH": "Concord",
"NJ": "Trenton",
"NM": "Santa Fe",
"NY": "Albany",
"NC": "Raleigh",
"ND": "Bismarck",
"MP": "Saipan",
"OH": "Columbus",
"OK": "Oklahoma City",
"OR": "Salem",
"PW": "Palau",
"PA": "Harrisburg",
"PR": "San Juan",
"RI": "Providence",
"SC": "Columbia",
"SD": "Pierre",
"TN": "Nashville",
"TX": "Austin",
"UT": "Salt Lake City",
"VT": "Montpelier",
"VI": "Charlotte Amalie",
"VA": "Richmond",
"WA": "Olympia",
"WV": "Charleston",
"WI": "Madison",
"WY": "Cheyenne"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment