Created
April 19, 2017 13:56
-
-
Save rttomlinson/422a0622e299f88533a65d726e5dbda6 to your computer and use it in GitHub Desktop.
seeding data
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" }, | |
| { "name": "Alaska" }, | |
| { "name": "Arizona" }, | |
| { "name": "Arkansas" }, | |
| { "name": "California" }, | |
| { "name": "Colorado" }, | |
| { "name": "Connecticut" }, | |
| { "name": "Delaware" }, | |
| { "name": "Florida" }, | |
| { "name": "Georgia" }, | |
| { "name": "Hawaii" }, | |
| { "name": "Idaho" }, | |
| { "name": "Illinois" }, | |
| { "name": "Indiana" }, | |
| { "name": "Iowa" }, | |
| { "name": "Kansas" }, | |
| { "name": "Kentucky" }, | |
| { "name": "Louisiana" }, | |
| { "name": "Maine" }, | |
| { "name": "Maryland" }, | |
| { "name": "Massachusetts" }, | |
| { "name": "Michigan" }, | |
| { "name": "Minnesota" }, | |
| { "name": "Mississippi" }, | |
| { "name": "Missouri" }, | |
| { "name": "Montana" }, | |
| { "name": "Nebraska" }, | |
| { "name": "Nevada" }, | |
| { "name": "New Hampshire" }, | |
| { "name": "New Jersey" }, | |
| { "name": "New Mexico" }, | |
| { "name": "New York" }, | |
| { "name": "North Carolina" }, | |
| { "name": "North Dakota" }, | |
| { "name": "Ohio" }, | |
| { "name": "Oklahoma" }, | |
| { "name": "Oregon" }, | |
| { "name": "Pennsylvania" }, | |
| { "name": "Rhode Island" }, | |
| { "name": "South Carolina" }, | |
| { "name": "South Dakota" }, | |
| { "name": "Tennessee" }, | |
| { "name": "Texas" }, | |
| { "name": "Utah" }, | |
| { "name": "Vermont" }, | |
| { "name": "Virginia" }, | |
| { "name": "Washington" }, | |
| { "name": "West Virginia" }, | |
| { "name": "Wisconsin" }, | |
| { "name": "Wyoming" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment