{"name": "World Cup 1962",
 "matches": 
  [{"round": "Group Matches, Group 1",
    "team1": "Uruguay",
    "team2": "Colombia",
    "score": [2, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Soviet Union",
    "team2": "Yugoslavia",
    "score": [2, 0]},
   {"round": "Group Matches, Group 1",
    "team1": "Yugoslavia",
    "team2": "Uruguay",
    "score": [3, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Soviet Union",
    "team2": "Colombia",
    "score": [4, 4]},
   {"round": "Group Matches, Group 1",
    "team1": "Soviet Union",
    "team2": "Uruguay",
    "score": [2, 1]},
   {"round": "Group Matches, Group 1",
    "team1": "Yugoslavia",
    "team2": "Colombia",
    "score": [5, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Chile",
    "team2": "Switzerland",
    "score": [3, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Italy",
    "score": [0, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Chile",
    "team2": "Italy",
    "score": [2, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Switzerland",
    "score": [2, 1]},
   {"round": "Group Matches, Group 2",
    "team1": "West Germany",
    "team2": "Chile",
    "score": [2, 0]},
   {"round": "Group Matches, Group 2",
    "team1": "Italy",
    "team2": "Switzerland",
    "score": [3, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Brazil",
    "team2": "Mexico",
    "score": [2, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Czechoslovakia",
    "team2": "Spain",
    "score": [1, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Brazil",
    "team2": "Czechoslovakia",
    "score": [0, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Spain",
    "team2": "Mexico",
    "score": [1, 0]},
   {"round": "Group Matches, Group 3",
    "team1": "Brazil",
    "team2": "Spain",
    "score": [2, 1]},
   {"round": "Group Matches, Group 3",
    "team1": "Mexico",
    "team2": "Czechoslovakia",
    "score": [3, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Argentina",
    "team2": "Bulgaria",
    "score": [1, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "Hungary",
    "team2": "England",
    "score": [2, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "England",
    "team2": "Argentina",
    "score": [3, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Hungary",
    "team2": "Bulgaria",
    "score": [6, 1]},
   {"round": "Group Matches, Group 4",
    "team1": "Hungary",
    "team2": "Argentina",
    "score": [0, 0]},
   {"round": "Group Matches, Group 4",
    "team1": "England",
    "team2": "Bulgaria",
    "score": [0, 0]},
   {"round": "Quarter-final",
    "team1": "Chile",
    "team2": "Soviet Union",
    "score": [2, 1]},
   {"round": "Quarter-final",
    "team1": "Czechoslovakia",
    "team2": "Hungary",
    "score": [1, 0]},
   {"round": "Quarter-final",
    "team1": "Yugoslavia",
    "team2": "West Germany",
    "score": [1, 0]},
   {"round": "Quarter-final",
    "team1": "Brazil",
    "team2": "England",
    "score": [3, 1]},
   {"round": "Semi-final",
    "team1": "Czechoslovakia",
    "team2": "Yugoslavia",
    "score": [3, 1]},
   {"round": "Semi-final",
    "team1": "Brazil",
    "team2": "Chile",
    "score": [4, 2]},
   {"round": "Match for third place",
    "team1": "Chile",
    "team2": "Yugoslavia",
    "score": [1, 0]},
   {"round": "Final",
    "team1": "Brazil",
    "team2": "Czechoslovakia",
    "score": [3, 1]}]}
