Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Last active December 7, 2015 05:46
Show Gist options
  • Save ryanburgess/f0fc83315e85ae45739c to your computer and use it in GitHub Desktop.
Save ryanburgess/f0fc83315e85ae45739c to your computer and use it in GitHub Desktop.
All the state names and two digit state codes in USA
[{
"value": "AK",
"state": "Alaska"
},
{
"value": "AL",
"state": "Alabama"
},
{
"value": "AR",
"state": "Arkansas"
},
{
"value": "AZ",
"state": "Arizona"
},
{
"value": "CA",
"state": "California"
},
{
"value": "CO",
"state": "Colorado"
},
{
"value": "CT",
"state": "Connecticut"
},
{
"value": "DC",
"state": "District of Columbia"
},
{
"value": "DE",
"state": "Delaware"
},
{
"value": "FL",
"state": "Florida"
},
{
"value": "GA",
"state": "Georgia"
},
{
"value": "HI",
"state": "Hawaii"
},
{
"value": "IA",
"state": "Iowa"
},
{
"value": "ID",
"state": "Idaho"
},
{
"value": "IL",
"state": "Illinois"
},
{
"value": "IN",
"state": "Indiana"
},
{
"value": "KS",
"state": "Kansas"
},
{
"value": "KY",
"state": "Kentucky"
},
{
"value": "LA",
"state": "Louisiana"
},
{
"value": "MA",
"state": "Massachusetts"
},
{
"value": "MD",
"state": "Maryland"
},
{
"value": "ME",
"state": "Maine"
},
{
"value": "MI",
"state": "Michigan"
},
{
"value": "MN",
"state": "Minnesota"
},
{
"value": "MO",
"state": "Missouri"
},
{
"value": "MS",
"state": "Mississippi"
},
{
"value": "MT",
"state": "Montana"
},
{
"value": "NC",
"state": "North Carolina"
},
{
"value": "ND",
"state": "North Dakota"
},
{
"value": "NE",
"state": "Nebraska"
},
{
"value": "NH",
"state": "New Hampshire"
},
{
"value": "NJ",
"state": "New Jersey"
},
{
"value": "NM",
"state": "New Mexico"
},
{
"value": "NV",
"state": "Nevada"
},
{
"value": "NY",
"state": "New York"
},
{
"value": "OH",
"state": "Ohio"
},
{
"value": "OK",
"state": "Oklahoma"
},
{
"value": "OR",
"state": "Oregon"
},
{
"value": "PA",
"state": "Pennsylvania"
},
{
"value": "PR",
"state": "Puerto Rico"
},
{
"value": "RI",
"state": "Rhode Island"
},
{
"value": "SC",
"state": "South Carolina"
},
{
"value": "SD",
"state": "South Dakota"
},
{
"value": "TN",
"state": "Tennessee"
},
{
"value": "TX",
"state": "Texas"
},
{
"value": "UT",
"state": "Utah"
},
{
"value": "VA",
"state": "Virginia"
},
{
"value": "VT",
"state": "Vermont"
},
{
"value": "WA",
"state": "Washington"
},
{
"value": "WI",
"state": "Wisconsin"
},
{
"value": "WV",
"state": "West Virginia"
},
{
"value": "WY",
"state": "Wyoming"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment