{"name": "World Cup 1930",
 "matches": 
  [{"round": "Group Matches, Group 1",
    "team1": "France",
    "team2": "Mexico",
    "score": [4, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Argentina",
    "team2": "France",
    "score": [1, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Chile",
    "team2": "Mexico",
    "score": [3, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Chile",
    "team2": "France",
    "score": [1, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Argentina",
    "team2": "Mexico",
    "score": [6, 3]},
   {"round": "Group Matches, Group 1",
    "team1": "Argentina",
    "team2": "Chile",
    "score": [3, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "Yugoslavia",
    "team2": "Brazil",
    "score": [2, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "Yugoslavia",
    "team2": "Bolivia",
    "score": [4, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Brazil",
    "team2": "Bolivia",
    "score": [4, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Romania",
    "team2": "Peru",
    "score": [3, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Uruguay",
    "team2": "Peru",
    "score": [1, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Uruguay",
    "team2": "Romania",
    "score": [4, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "USA",
    "team2": "Belgium",
    "score": [3, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "USA",
    "team2": "Paraguay",
    "score": [3, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "Paraguay",
    "team2": "Belgium",
    "score": [1, 0]},
   {"round": "Semi-final",
    "team1": "Argentina",
    "team2": "USA",
    "score": [6, 1]},
   {"round": "Semi-final",
    "team1": "Uruguay",
    "team2": "Yugoslavia",
    "score": [6, 1]},
   {"round": "Final",
    "team1": "Uruguay",
    "team2": "Argentina",
    "score": [4, 2]}]}
