Advertisement
Zgragselus

Untitled

Mar 23rd, 2024
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. stateList = [
  2. {
  3.     "name": "Alabama",
  4.     "abbreviation": "AL"
  5. },
  6. {
  7.     "name": "Alaska",
  8.     "abbreviation": "AK"
  9. },
  10. {
  11.     "name": "American Samoa",
  12.     "abbreviation": "AS"
  13. },
  14. {
  15.     "name": "Arizona",
  16.     "abbreviation": "AZ"
  17. },
  18. {
  19.     "name": "Arkansas",
  20.     "abbreviation": "AR"
  21. },
  22. {
  23.     "name": "California",
  24.     "abbreviation": "CA"
  25. },
  26. {
  27.     "name": "Colorado",
  28.     "abbreviation": "CO"
  29. },
  30. {
  31.     "name": "Connecticut",
  32.     "abbreviation": "CT"
  33. },
  34. {
  35.     "name": "Delaware",
  36.     "abbreviation": "DE"
  37. },
  38. {
  39.     "name": "District Of Columbia",
  40.     "abbreviation": "DC"
  41. },
  42. {
  43.     "name": "Federated States Of Micronesia",
  44.     "abbreviation": "FM"
  45. },
  46. {
  47.     "name": "Florida",
  48.     "abbreviation": "FL"
  49. },
  50. {
  51.     "name": "Georgia",
  52.     "abbreviation": "GA"
  53. },
  54. {
  55.     "name": "Guam",
  56.     "abbreviation": "GU"
  57. },
  58. {
  59.     "name": "Hawaii",
  60.     "abbreviation": "HI"
  61. },
  62. {
  63.     "name": "Idaho",
  64.     "abbreviation": "ID"
  65. },
  66. {
  67.     "name": "Illinois",
  68.     "abbreviation": "IL"
  69. },
  70. {
  71.     "name": "Indiana",
  72.     "abbreviation": "IN"
  73. },
  74. {
  75.     "name": "Iowa",
  76.     "abbreviation": "IA"
  77. },
  78. {
  79.     "name": "Kansas",
  80.     "abbreviation": "KS"
  81. },
  82. {
  83.     "name": "Kentucky",
  84.     "abbreviation": "KY"
  85. },
  86. {
  87.     "name": "Louisiana",
  88.     "abbreviation": "LA"
  89. },
  90. {
  91.     "name": "Maine",
  92.     "abbreviation": "ME"
  93. },
  94. {
  95.     "name": "Marshall Islands",
  96.     "abbreviation": "MH"
  97. },
  98. {
  99.     "name": "Maryland",
  100.     "abbreviation": "MD"
  101. },
  102. {
  103.     "name": "Massachusetts",
  104.     "abbreviation": "MA"
  105. },
  106. {
  107.     "name": "Michigan",
  108.     "abbreviation": "MI"
  109. },
  110. {
  111.     "name": "Minnesota",
  112.     "abbreviation": "MN"
  113. },
  114. {
  115.     "name": "Mississippi",
  116.     "abbreviation": "MS"
  117. },
  118. {
  119.     "name": "Missouri",
  120.     "abbreviation": "MO"
  121. },
  122. {
  123.     "name": "Montana",
  124.     "abbreviation": "MT"
  125. },
  126. {
  127.     "name": "Nebraska",
  128.     "abbreviation": "NE"
  129. },
  130. {
  131.     "name": "Nevada",
  132.     "abbreviation": "NV"
  133. },
  134. {
  135.     "name": "New Hampshire",
  136.     "abbreviation": "NH"
  137. },
  138. {
  139.     "name": "New Jersey",
  140.     "abbreviation": "NJ"
  141. },
  142. {
  143.     "name": "New Mexico",
  144.     "abbreviation": "NM"
  145. },
  146. {
  147.     "name": "New York",
  148.     "abbreviation": "NY"
  149. },
  150. {
  151.     "name": "North Carolina",
  152.     "abbreviation": "NC"
  153. },
  154. {
  155.     "name": "North Dakota",
  156.     "abbreviation": "ND"
  157. },
  158. {
  159.     "name": "Northern Mariana Islands",
  160.     "abbreviation": "MP"
  161. },
  162. {
  163.     "name": "Ohio",
  164.     "abbreviation": "OH"
  165. },
  166. {
  167.     "name": "Oklahoma",
  168.     "abbreviation": "OK"
  169. },
  170. {
  171.     "name": "Oregon",
  172.     "abbreviation": "OR"
  173. },
  174. {
  175.     "name": "Palau",
  176.     "abbreviation": "PW"
  177. },
  178. {
  179.     "name": "Pennsylvania",
  180.     "abbreviation": "PA"
  181. },
  182. {
  183.     "name": "Puerto Rico",
  184.     "abbreviation": "PR"
  185. },
  186. {
  187.     "name": "Rhode Island",
  188.     "abbreviation": "RI"
  189. },
  190. {
  191.     "name": "South Carolina",
  192.     "abbreviation": "SC"
  193. },
  194. {
  195.     "name": "South Dakota",
  196.     "abbreviation": "SD"
  197. },
  198. {
  199.     "name": "Tennessee",
  200.     "abbreviation": "TN"
  201. },
  202. {
  203.     "name": "Texas",
  204.     "abbreviation": "TX"
  205. },
  206. {
  207.     "name": "Utah",
  208.     "abbreviation": "UT"
  209. },
  210. {
  211.     "name": "Vermont",
  212.     "abbreviation": "VT"
  213. },
  214. {
  215.     "name": "Virgin Islands",
  216.     "abbreviation": "VI"
  217. },
  218. {
  219.     "name": "Virginia",
  220.     "abbreviation": "VA"
  221. },
  222. {
  223.     "name": "Washington",
  224.     "abbreviation": "WA"
  225. },
  226. {
  227.     "name": "West Virginia",
  228.     "abbreviation": "WV"
  229. },
  230. {
  231.     "name": "Wisconsin",
  232.     "abbreviation": "WI"
  233. },
  234. {
  235.     "name": "Wyoming",
  236.     "abbreviation": "WY"
  237. }
  238. ];
  239.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement