Skip to content

Instantly share code, notes, and snippets.

@jgc128
Created April 20, 2014 07:41
Show Gist options
  • Save jgc128/11107780 to your computer and use it in GitHub Desktop.
Save jgc128/11107780 to your computer and use it in GitHub Desktop.
{
"response":{
"game":[
{
"game_id":1,
"interaction":{
"max":100.0,
"type":"VoteGame",
"id":1,
"min":0.0
}
}
],
"teams":[
{
"team_id":1,
"interaction":{
"max":100.0,
"type":"VoteTeam",
"id":2,
"min":0.0
}
},
{
"team_id":2,
"interaction":{
"max":100.0,
"type":"VoteTeam",
"id":3,
"min":0.0
}
}
],
"players":[
{
"player_id":1,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":4,
"min":0.0
}
},
{
"player_id":2,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":5,
"min":0.0
}
},
{
"player_id":3,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":6,
"min":0.0
}
},
{
"player_id":4,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":7,
"min":0.0
}
},
{
"player_id":5,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":8,
"min":0.0
}
},
{
"player_id":6,
"interaction":{
"max":100.0,
"type":"VotePlayer",
"id":9,
"min":0.0
}
}
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment