{"name": "World Cup 1994",
 "matches": 
  [{"round": "Round of 16",
    "date": "1994-07-02",
    "team1": "Germany",
    "team2": "Belgium",
    "score": [3, 2],
    "ground": "Soldier Field, Chicago"},
   {"round": "Round of 16",
    "date": "1994-07-02",
    "team1": "Spain",
    "team2": "Switzerland",
    "score": [3, 0],
    "ground": "RFK Stadium, Washington"},
   {"round": "Round of 16",
    "date": "1994-07-03",
    "team1": "Saudi Arabia",
    "team2": "Sweden",
    "score": [1, 3],
    "ground": "Cotton Bowl, Dallas"},
   {"round": "Round of 16",
    "date": "1994-07-03",
    "team1": "Romania",
    "team2": "Argentina",
    "score": [3, 2],
    "ground": "Rose Bowl, Pasadena"},
   {"round": "Round of 16",
    "date": "1994-07-04",
    "team1": "Netherlands",
    "team2": "Ireland",
    "score": [2, 0],
    "ground": "Citrus Bowl, Orlando"},
   {"round": "Round of 16",
    "date": "1994-07-04",
    "team1": "Brazil",
    "team2": "USA",
    "score": [1, 0],
    "ground": "Stanford Stadium, Stanford"},
   {"round": "Round of 16",
    "date": "1994-07-05",
    "team1": "Nigeria",
    "team2": "Italy",
    "score": {"ft": [1, 1], "et": [1, 2]},
    "ground": "Foxboro Stadium, Foxborough"},
   {"round": "Round of 16",
    "date": "1994-07-05",
    "team1": "Mexico",
    "team2": "Bulgaria",
    "score": {"ft": [1, 1], "et": [1, 1], "p": [1, 3]},
    "ground": "Giants Stadium, East Rutherford"},
   {"round": "Quarter-finals",
    "date": "1994-07-09",
    "team1": "Italy",
    "team2": "Spain",
    "score": [2, 1],
    "ground": "Foxboro Stadium, Foxborough"},
   {"round": "Quarter-finals",
    "date": "1994-07-09",
    "team1": "Netherlands",
    "team2": "Brazil",
    "score": [2, 3],
    "ground": "Cotton Bowl, Dallas"},
   {"round": "Quarter-finals",
    "date": "1994-07-10",
    "team1": "Bulgaria",
    "team2": "Germany",
    "score": [2, 1],
    "ground": "Giants Stadium, East Rutherford"},
   {"round": "Quarter-finals",
    "date": "1994-07-10",
    "team1": "Romania",
    "team2": "Sweden",
    "score": {"ft": [1, 1], "et": [2, 2], "p": [4, 5]},
    "ground": "Stanford Stadium, Stanford"},
   {"round": "Semi-finals",
    "date": "1994-07-13",
    "team1": "Bulgaria",
    "team2": "Italy",
    "score": [1, 2],
    "ground": "Giants Stadium, East Rutherford"},
   {"round": "Semi-finals",
    "date": "1994-07-13",
    "team1": "Sweden",
    "team2": "Brazil",
    "score": [0, 1],
    "ground": "Rose Bowl, Pasadena"},
   {"round": "Third-place match",
    "date": "1994-07-16",
    "team1": "Sweden",
    "team2": "Bulgaria",
    "score": [4, 0],
    "ground": "Rose Bowl, Pasadena"},
   {"round": "Final",
    "date": "1994-07-17",
    "team1": "Brazil",
    "team2": "Italy",
    "score": {"ft": [0, 0], "et": [0, 0], "p": [3, 2]},
    "ground": "Rose Bowl, Pasadena"}]}
