Skip to content

Instantly share code, notes, and snippets.

@smadbe
Created December 11, 2013 15:29
Show Gist options
  • Save smadbe/7912408 to your computer and use it in GitHub Desktop.
Save smadbe/7912408 to your computer and use it in GitHub Desktop.
[
{
"timestamp": "20131201170211",
"gametime": "15",
"type": "action",
"body": {
"label": "Missed 3 pointer",
"player": {
"number": 15,
"name": "Brown Graham",
"home_team": true
}
}
},
{
"timestamp": "20131201180724",
"gametime": "1530",
"type": "action",
"body": {
"label": "Team technical foul",
"home_team": false
}
},
{
"timestamp": "20131201180903",
"gametime": "1605",
"type": "substitution",
"body": {
"home_team": true,
"player_in": {
"number": 15,
"name": "Duport Romain",
},
"player_out": {
"number": 42,
"name": "Ajinca Alexis",
}
}
},
{
"timestamp": "20131201181957",
"gametime": "1860",
"type": "timeout",
"body": {
"home_team": false
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment