Files
worldcup/data/1978/worldcup.groups.json
T

49 lines
705 B
JSON
Raw Normal View History

{
"groups": [
{
"name": "Group 1",
"teams": [
"Italy",
"France",
"Argentina",
"Hungary"
]
},
{
"name": "Group 2",
"teams": [
"Germany",
"Poland",
"Tunisia",
"Mexico"
]
},
{
"name": "Group 4",
"teams": [
"Peru",
"Scotland",
"Netherlands",
"Iran"
]
},
{
"name": "Group A",
"teams": [
"Austria",
"Netherlands",
"Italy",
"Germany"
]
},
{
"name": "Group B",
"teams": [
"Brazil",
"Peru",
"Argentina",
"Poland"
]
}
]
}