Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit a6fcd3d

Browse files
committed
Add "stateCode": "stateName" JSON for fuzzy search
1 parent 024d170 commit a6fcd3d

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"AL": "Alabama",
3+
"AK": "Alaska",
4+
"AS": "American Samoa",
5+
"AZ": "Arizona",
6+
"AR": "Arkansas",
7+
"CA": "California",
8+
"CO": "Colorado",
9+
"CT": "Connecticut",
10+
"DE": "Delaware",
11+
"DC": "District Of Columbia",
12+
"FM": "Federated States Of Micronesia",
13+
"FL": "Florida",
14+
"GA": "Georgia",
15+
"GU": "Guam",
16+
"HI": "Hawaii",
17+
"ID": "Idaho",
18+
"IL": "Illinois",
19+
"IN": "Indiana",
20+
"IA": "Iowa",
21+
"KS": "Kansas",
22+
"KY": "Kentucky",
23+
"LA": "Louisiana",
24+
"ME": "Maine",
25+
"MH": "Marshall Islands",
26+
"MD": "Maryland",
27+
"MA": "Massachusetts",
28+
"MI": "Michigan",
29+
"MN": "Minnesota",
30+
"MS": "Mississippi",
31+
"MO": "Missouri",
32+
"MT": "Montana",
33+
"NE": "Nebraska",
34+
"NV": "Nevada",
35+
"NH": "New Hampshire",
36+
"NJ": "New Jersey",
37+
"NM": "New Mexico",
38+
"NY": "New York",
39+
"NC": "North Carolina",
40+
"ND": "North Dakota",
41+
"MP": "Northern Mariana Islands",
42+
"OH": "Ohio",
43+
"OK": "Oklahoma",
44+
"OR": "Oregon",
45+
"PW": "Palau",
46+
"PA": "Pennsylvania",
47+
"PR": "Puerto Rico",
48+
"RI": "Rhode Island",
49+
"SC": "South Carolina",
50+
"SD": "South Dakota",
51+
"TN": "Tennessee",
52+
"TX": "Texas",
53+
"UT": "Utah",
54+
"VT": "Vermont",
55+
"VI": "Virgin Islands",
56+
"VA": "Virginia",
57+
"WA": "Washington",
58+
"WV": "West Virginia",
59+
"WI": "Wisconsin",
60+
"WY": "Wyoming"
61+
}

0 commit comments

Comments
 (0)