Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kieranbarker
Created October 4, 2021 17:34
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 kieranbarker/27826f0a10af5f2037374e53c8a8acd5 to your computer and use it in GitHub Desktop.
Save kieranbarker/27826f0a10af5f2037374e53c8a8acd5 to your computer and use it in GitHub Desktop.
All 50 US states as a JSON array.
[
"alabama",
"alaska",
"arizona",
"arkansas",
"california",
"colorado",
"connecticut",
"delaware",
"florida",
"georgia",
"hawaii",
"idaho",
"illinois",
"indiana",
"iowa",
"kansas",
"kentucky",
"louisiana",
"maine",
"maryland",
"massachusetts",
"michigan",
"minnesota",
"mississippi",
"missouri",
"montana",
"nebraska",
"nevada",
"new hampshire",
"new jersey",
"new mexico",
"new york",
"north carolina",
"north dakota",
"ohio",
"oklahoma",
"oregon",
"pennsylvania",
"rhode island",
"south carolina",
"south dakota",
"tennessee",
"texas",
"utah",
"vermont",
"virginia",
"washington",
"west virginia",
"wisconsin",
"wyoming"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment