{"name": "UEFA Nations League 2019",
 "matches": 
  [{"date": "2019-06-05",
    "team1": "Portugal",
    "team2": "Switzerland",
    "score": [3, 1],
    "goals1": 
     [{"name": "Cristiano Ronaldo", "minute": "25"},
      {"name": "Cristiano Ronaldo", "minute": "88"},
      {"name": "Cristiano Ronaldo", "minute": "90"}],
    "goals2": [{"name": "Ricardo Rodríguez", "minute": "57", "penalty": true}],
    "ground": "Porto, Portugal"},
   {"date": "2019-06-06",
    "team1": "England",
    "team2": "Netherlands",
    "score": [1, 3],
    "goals1": [{"name": "Marcus Rashford", "minute": "32", "penalty": true}],
    "goals2": 
     [{"name": "Matthijs de Ligt", "minute": "73"},
      {"name": "Kyle Walker", "minute": "97", "owngoal": true},
      {"name": "Quincy Promes", "minute": "114"}],
    "ground": "Guimarães, Portugal"},
   {"date": "2019-06-09",
    "team1": "Switzerland",
    "team2": "England",
    "score": [0, 0],
    "ground": "Guimarães, Portugal"},
   {"date": "2019-06-09",
    "team1": "Portugal",
    "team2": "Netherlands",
    "score": [1, 0],
    "goals1": [{"name": "Gonçalo Guedes", "minute": "60"}],
    "goals2": [],
    "ground": "Porto, Portugal"}]}
