Skip to content

Instantly share code, notes, and snippets.

@walterdavis
Created January 24, 2011 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walterdavis/792835 to your computer and use it in GitHub Desktop.
Save walterdavis/792835 to your computer and use it in GitHub Desktop.
var data = {
'Alameda' : {
'Parks and Recreation' : '123 Maple Lane<br />Some City, CA 22222<br />(222) 333-4444',
'Public Works' : '234 Maple Lane<br />Some City, CA 22222<br />(222) 444-5555',
'Waste Management' : '345 Maple Lane<br />Some City, CA 22222<br />(222) 555-6666'},
'Los Angeles' : {
'Parks and Recreation' : '123 Maple Lane<br />Los Angeles, CA 22222<br />(222) 333-4444',
'Public Works' : '234 Maple Lane<br />Los Angeles, CA 22222<br />(222) 444-5555',
'Waste Management' : '345 Maple Lane<br />Los Angeles, CA 22222<br />(222) 555-6666'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment