Created
October 4, 2021 17:34
-
-
Save kieranbarker/27826f0a10af5f2037374e53c8a8acd5 to your computer and use it in GitHub Desktop.
All 50 US states as a JSON array.
This file contains 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", | |
"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