Created
November 11, 2013 02:59
-
-
Save lukelex/7407088 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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