Created
May 7, 2014 16:10
-
-
Save brennanMKE/79f4b25574c79c22ea1e to your computer and use it in GitHub Desktop.
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
{ | |
"USA" : { | |
"AZ" : ["Phoenix", "Tucson"], | |
"CA" : ["Fresno", "Inland Empire", "Los Angeles", "Modesto", "Orange County", "Sacramento", | |
"San Diego", "San Francisco", "Santa Barbara", "Silicon Valley"], | |
"CO" : ["Colorado Springs", "Denver"], | |
"CT" : ["Fairfield County"], | |
"DC" : ["Washington"], | |
"FL" : ["Jacksonville", "Tampa Bay"], | |
"GA" : ["Atlanta"], | |
"IL" : ["Chicago"], | |
"IN" : ["Indianapolis"], | |
"KY" : ["Lexington", "Louisville"], | |
"MD" : ["Baltimore"], | |
"MA" : ["Boston"], | |
"MI" : ["Ann Arbor", "Detroit"], | |
"MN" : ["Minneapolis-St. Paul"], | |
"MO" : ["Kansas City", "St. Louis"], | |
"NE" : ["Lincoln", "Omaha"], | |
"NJ" : ["Northern New Jersey"], | |
"NM" : ["Albuquerque"], | |
"NY" : ["Buffalo", "Rochester"], | |
"NC" : ["Charlotte", "Raleigh-Durham"], | |
"OH" : ["Cincinnati", "Cleveland", "Columbus", "Toledo"], | |
"OK" : ["Oklahoma City", "Tulsa"], | |
"PA" : ["Pittsburgh"], | |
"RI" : ["Providence"], | |
"TN" : ["Memphis", "Nashville"], | |
"TX" : ["Corpus Christi", "Dallas-Fort Worth", "Houston", "San Antonio"], | |
"UT" : ["Salt Lake City"], | |
"VA" : ["Virginia Beach-Hampton Roads"], | |
"WA" : ["Seattle", "Spokane"], | |
"WI" : ["Madison", "Milwaukee"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment