Advertisement
mada-elenagheorghe

Tennis

Nov 21st, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. {
  2. "name": "Tennis",
  3. "rounds": [
  4. {
  5. "name": "Matchday 1",
  6. "matches": [
  7. {
  8. "date": "2017-09-20",
  9. "team1": {
  10. "name": "Roger Federer"
  11. },
  12. "team2": {
  13. "name": "Simona Halep"
  14. },
  15. "score1": 0,
  16. "score2": 3
  17. },
  18. {
  19. "date": "2017-11-21",
  20. "team1": {
  21. "name": "Rafael Nadal"
  22. },
  23. "team2": {
  24. "name": "Andy Murray"
  25. },
  26. "score1": 2,
  27. "score2": 1
  28. },
  29. {
  30. "date": "2017-11-25",
  31. "team1": {
  32. "name": "Rod Laver"
  33. },
  34. "team2": {
  35. "name": "Novak Djokovic"
  36. },
  37. "score1": 1,
  38. "score2": 2
  39. },
  40. {
  41. "date": "2017-08-12",
  42. "team1": {
  43. "name": "Pete Sampras"
  44. },
  45. "team2": {
  46. "name": "Bjorn Borg"
  47. },
  48. "score1": 3,
  49. "score2": 0
  50. },
  51. {
  52. "date": "2017-11-28",
  53. "team1": {
  54. "name": "Daniil Medvedev"
  55. },
  56. "team2": {
  57. "name": "Alexander Zverev"
  58. },
  59. "score1": 0,
  60. "score2": 2
  61. },
  62. {
  63. "date": "2017-10-05",
  64. "team1": {
  65. "name": "Dominic Thiem"
  66. },
  67. "team2": {
  68. "name": "Stefanos Tsitsipas"
  69. },
  70. "score1": 2,
  71. "score2": 0
  72. },
  73. {
  74. "date": "2017-09-15",
  75. "team1": {
  76. "name": "Matteo Berrettini"
  77. },
  78. "team2": {
  79. "name": "Gael Monfils"
  80. },
  81. "score1": 1,
  82. "score2": 2
  83. },
  84. {
  85. "date": "2017-05-15",
  86. "team1": {
  87. "name": "Kei Nishikori"
  88. },
  89. "team2": {
  90. "name": "Diego Schwartzman"
  91. },
  92. "score1": 2,
  93. "score2": 1
  94. },
  95. {
  96. "date": "2017-01-23",
  97. "team1": {
  98. "name": "Denis Shapovalov"
  99. },
  100. "team2": {
  101. "name": "Stan Wawrinka"
  102. },
  103. "score1": 3,
  104. "score2": 0
  105. }
  106. ]
  107. }
  108. ]
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement