Skip to content

Instantly share code, notes, and snippets.

@sahas-
Created September 17, 2015 03:12
Show Gist options
  • Save sahas-/0fc63aa1915af775c8d3 to your computer and use it in GitHub Desktop.
Save sahas-/0fc63aa1915af775c8d3 to your computer and use it in GitHub Desktop.
GET simpleindex/games
{
"continents": [
{
"name": "South America",
"countries": [
{
"name": "Chili",
"states": [
{
"name": "Ch1",
"game": "soccor",
"wins": 1
},
{
"name":"Ch2",
"game":"soccor",
"wins":10
}
]
},
{
"name":"Argentina",
"states":[{
"name":"A1",
"game":"soccor",
"wins":4
},
{
"name":"A2",
"game":"soccor",
"wins":0
}]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment