Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Created May 31, 2016 14:44
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 DrBoolean/819cb083d1e8d84046aef996f63db50a to your computer and use it in GitHub Desktop.
Save DrBoolean/819cb083d1e8d84046aef996f63db50a to your computer and use it in GitHub Desktop.
task_sketch9.js
{
"Band": {
"dino_jr": {
"id": 0.5933238949411739,
"name": "Dinosaur Jr",
"members": 3
},
"amanset": {
"id": 0.9872892555359196,
"name": "American Analog Set",
"members": 7
}
},
"Event": {
"dino_stubbs": {
"id": 0.8389148259576802,
"band_id": 0.5933238949411739,
"venue_id": 0.6403697926172232,
"age_limit": 18,
"date": "4/12/16"
}
},
"Venue": {
"stubbs": {
"id": 0.6403697926172232,
"name": "Stubbs",
"address": "801 Red River St"
},
"independent": {
"id": 0.9238592049040653,
"name": "The Independent",
"address": "628 Divisadero"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment