Skip to content

Instantly share code, notes, and snippets.

@lukelex
Created November 11, 2013 02:59
Show Gist options
  • Save lukelex/7407088 to your computer and use it in GitHub Desktop.
Save lukelex/7407088 to your computer and use it in GitHub Desktop.
[
{
"matches": [
{
"id": null,
"player_1": {
"id": 1,
"name": "Jan-Ove Waldner",
"points": 99,
"club": "sweden"
},
"player_2": {
"id": 8,
"name": "Chuen Chi Chuan",
"points": 22,
"club": "china taipey"
}
},
{
"id": null,
"player_1": {
"id": 2,
"name": "Werner Schlager",
"points": 88,
"club": "austria"
},
"player_2": {
"id": 7,
"name": "Jun Mizutani",
"points": 33,
"club": "japan"
}
},
{
"id": null,
"player_1": {
"id": 3,
"name": "Ma Long",
"points": 77,
"club": "china"
},
"player_2": {
"id": 6,
"name": "Ma Lin",
"points": 44,
"club": "china"
}
},
{
"id": null,
"player_1": {
"id": 4,
"name": "Timo Boll",
"points": 66,
"club": "germany"
},
"player_2": {
"id": 5,
"name": "Xu Xin",
"points": 55,
"club": "china"
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment