Advertisement
Guest User

wta sample json

a guest
Oct 1st, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. 'matches': [
  3. {
  4. 'time': '5:30:00',
  5. 'player1': {
  6. 'playerId': 12345,
  7. 'scores': [4,5,6]
  8. },
  9. 'player2': {
  10. 'playerId': 23456,
  11. 'scores': [6,7,7]
  12. }
  13. }
  14. ],
  15. 'players': [
  16. {
  17. 'playerId': 12345,
  18. 'totalPoints': 45
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement