-
-
Save xXPhenomXx/542f62d6a051dd95b9da103c69e63aea to your computer and use it in GitHub Desktop.
US states in JSON form
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
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", | |
| "DC": "District Of Columbia", | |
| "FM": "Federated States Of Micronesia", | |
| "FL": "Florida", | |
| "GA": "Georgia", | |
| "GU": "Guam", | |
| "HI": "Hawaii", | |
| "ID": "Idaho", | |
| "IL": "Illinois", | |
| "IN": "Indiana", | |
| "IA": "Iowa", | |
| "KS": "Kansas", | |
| "KY": "Kentucky", | |
| "LA": "Louisiana", | |
| "ME": "Maine", | |
| "MH": "Marshall Islands", | |
| "MD": "Maryland", | |
| "MA": "Massachusetts", | |
| "MI": "Michigan", | |
| "MN": "Minnesota", | |
| "MS": "Mississippi", | |
| "MO": "Missouri", | |
| "MT": "Montana", | |
| "NE": "Nebraska", | |
| "NV": "Nevada", | |
| "NH": "New Hampshire", | |
| "NJ": "New Jersey", | |
| "NM": "New Mexico", | |
| "NY": "New York", | |
| "NC": "North Carolina", | |
| "ND": "North Dakota", | |
| "MP": "Northern Mariana Islands", | |
| "OH": "Ohio", | |
| "OK": "Oklahoma", | |
| "OR": "Oregon", | |
| "PW": "Palau", | |
| "PA": "Pennsylvania", | |
| "PR": "Puerto Rico", | |
| "RI": "Rhode Island", | |
| "SC": "South Carolina", | |
| "SD": "South Dakota", | |
| "TN": "Tennessee", | |
| "TX": "Texas", | |
| "UT": "Utah", | |
| "VT": "Vermont", | |
| "VI": "Virgin Islands", | |
| "VA": "Virginia", | |
| "WA": "Washington", | |
| "WV": "West Virginia", | |
| "WI": "Wisconsin", | |
| "WY": "Wyoming" | |
| } |
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
| [ | |
| { | |
| "name": "Alabama", | |
| "abbreviation": "AL" | |
| }, | |
| { | |
| "name": "Alaska", | |
| "abbreviation": "AK" | |
| }, | |
| { | |
| "name": "American Samoa", | |
| "abbreviation": "AS" | |
| }, | |
| { | |
| "name": "Arizona", | |
| "abbreviation": "AZ" | |
| }, | |
| { | |
| "name": "Arkansas", | |
| "abbreviation": "AR" | |
| }, | |
| { | |
| "name": "California", | |
| "abbreviation": "CA" | |
| }, | |
| { | |
| "name": "Colorado", | |
| "abbreviation": "CO" | |
| }, | |
| { | |
| "name": "Connecticut", | |
| "abbreviation": "CT" | |
| }, | |
| { | |
| "name": "Delaware", | |
| "abbreviation": "DE" | |
| }, | |
| { | |
| "name": "District Of Columbia", | |
| "abbreviation": "DC" | |
| }, | |
| { | |
| "name": "Federated States Of Micronesia", | |
| "abbreviation": "FM" | |
| }, | |
| { | |
| "name": "Florida", | |
| "abbreviation": "FL" | |
| }, | |
| { | |
| "name": "Georgia", | |
| "abbreviation": "GA" | |
| }, | |
| { | |
| "name": "Guam", | |
| "abbreviation": "GU" | |
| }, | |
| { | |
| "name": "Hawaii", | |
| "abbreviation": "HI" | |
| }, | |
| { | |
| "name": "Idaho", | |
| "abbreviation": "ID" | |
| }, | |
| { | |
| "name": "Illinois", | |
| "abbreviation": "IL" | |
| }, | |
| { | |
| "name": "Indiana", | |
| "abbreviation": "IN" | |
| }, | |
| { | |
| "name": "Iowa", | |
| "abbreviation": "IA" | |
| }, | |
| { | |
| "name": "Kansas", | |
| "abbreviation": "KS" | |
| }, | |
| { | |
| "name": "Kentucky", | |
| "abbreviation": "KY" | |
| }, | |
| { | |
| "name": "Louisiana", | |
| "abbreviation": "LA" | |
| }, | |
| { | |
| "name": "Maine", | |
| "abbreviation": "ME" | |
| }, | |
| { | |
| "name": "Marshall Islands", | |
| "abbreviation": "MH" | |
| }, | |
| { | |
| "name": "Maryland", | |
| "abbreviation": "MD" | |
| }, | |
| { | |
| "name": "Massachusetts", | |
| "abbreviation": "MA" | |
| }, | |
| { | |
| "name": "Michigan", | |
| "abbreviation": "MI" | |
| }, | |
| { | |
| "name": "Minnesota", | |
| "abbreviation": "MN" | |
| }, | |
| { | |
| "name": "Mississippi", | |
| "abbreviation": "MS" | |
| }, | |
| { | |
| "name": "Missouri", | |
| "abbreviation": "MO" | |
| }, | |
| { | |
| "name": "Montana", | |
| "abbreviation": "MT" | |
| }, | |
| { | |
| "name": "Nebraska", | |
| "abbreviation": "NE" | |
| }, | |
| { | |
| "name": "Nevada", | |
| "abbreviation": "NV" | |
| }, | |
| { | |
| "name": "New Hampshire", | |
| "abbreviation": "NH" | |
| }, | |
| { | |
| "name": "New Jersey", | |
| "abbreviation": "NJ" | |
| }, | |
| { | |
| "name": "New Mexico", | |
| "abbreviation": "NM" | |
| }, | |
| { | |
| "name": "New York", | |
| "abbreviation": "NY" | |
| }, | |
| { | |
| "name": "North Carolina", | |
| "abbreviation": "NC" | |
| }, | |
| { | |
| "name": "North Dakota", | |
| "abbreviation": "ND" | |
| }, | |
| { | |
| "name": "Northern Mariana Islands", | |
| "abbreviation": "MP" | |
| }, | |
| { | |
| "name": "Ohio", | |
| "abbreviation": "OH" | |
| }, | |
| { | |
| "name": "Oklahoma", | |
| "abbreviation": "OK" | |
| }, | |
| { | |
| "name": "Oregon", | |
| "abbreviation": "OR" | |
| }, | |
| { | |
| "name": "Palau", | |
| "abbreviation": "PW" | |
| }, | |
| { | |
| "name": "Pennsylvania", | |
| "abbreviation": "PA" | |
| }, | |
| { | |
| "name": "Puerto Rico", | |
| "abbreviation": "PR" | |
| }, | |
| { | |
| "name": "Rhode Island", | |
| "abbreviation": "RI" | |
| }, | |
| { | |
| "name": "South Carolina", | |
| "abbreviation": "SC" | |
| }, | |
| { | |
| "name": "South Dakota", | |
| "abbreviation": "SD" | |
| }, | |
| { | |
| "name": "Tennessee", | |
| "abbreviation": "TN" | |
| }, | |
| { | |
| "name": "Texas", | |
| "abbreviation": "TX" | |
| }, | |
| { | |
| "name": "Utah", | |
| "abbreviation": "UT" | |
| }, | |
| { | |
| "name": "Vermont", | |
| "abbreviation": "VT" | |
| }, | |
| { | |
| "name": "Virgin Islands", | |
| "abbreviation": "VI" | |
| }, | |
| { | |
| "name": "Virginia", | |
| "abbreviation": "VA" | |
| }, | |
| { | |
| "name": "Washington", | |
| "abbreviation": "WA" | |
| }, | |
| { | |
| "name": "West Virginia", | |
| "abbreviation": "WV" | |
| }, | |
| { | |
| "name": "Wisconsin", | |
| "abbreviation": "WI" | |
| }, | |
| { | |
| "name": "Wyoming", | |
| "abbreviation": "WY" | |
| } | |
| ] |
Very nice Article Keep it up for your good Work Thanks for sharing information The content was really very interesting. I am really thankful to you for providing this unique information You have a good point here! Sunny De
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vintage brown leather vest are trending again because of the comeback of western wear, biker fashion, and 70s-inspired rugged styling. The biggest things to look for are real leather quality, comfortable lining, classic button closure, and whether you want a western, biker, or minimal vintage silhouette. Fashion trend coverage also shows retro leather layering becoming popular again in modern menswear.