58 lines
865 B
JSON
58 lines
865 B
JSON
|
|
{
|
||
|
|
"groups": [
|
||
|
|
{
|
||
|
|
"name": "Group A",
|
||
|
|
"teams": [
|
||
|
|
"Bulgaria",
|
||
|
|
"Italy",
|
||
|
|
"Argentina",
|
||
|
|
"South Korea"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Group B",
|
||
|
|
"teams": [
|
||
|
|
"Belgium",
|
||
|
|
"Mexico",
|
||
|
|
"Paraguay",
|
||
|
|
"Iraq"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Group C",
|
||
|
|
"teams": [
|
||
|
|
"Canada",
|
||
|
|
"France",
|
||
|
|
"Soviet Union",
|
||
|
|
"Hungary"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Group D",
|
||
|
|
"teams": [
|
||
|
|
"Spain",
|
||
|
|
"Brazil",
|
||
|
|
"Algeria",
|
||
|
|
"Northern Ireland"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Group E",
|
||
|
|
"teams": [
|
||
|
|
"Uruguay",
|
||
|
|
"West Germany",
|
||
|
|
"Scotland",
|
||
|
|
"Denmark"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Group F",
|
||
|
|
"teams": [
|
||
|
|
"Morocco",
|
||
|
|
"Poland",
|
||
|
|
"Portugal",
|
||
|
|
"England"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|