Files
worldcup/app/data/openfootball/1950/worldcup.groups.json
T

37 lines
520 B
JSON
Raw Normal View History

{
"groups": [
{
"name": "Group 1",
"teams": [
"Brazil",
"Mexico",
"Yugoslavia",
"Switzerland"
]
},
{
"name": "Group 2",
"teams": [
"England",
"Chile",
"Spain",
"United States"
]
},
{
"name": "Group 3",
"teams": [
"Sweden",
"Italy",
"Paraguay"
]
},
{
"name": "Group 4",
"teams": [
"Uruguay",
"Bolivia"
]
}
]
}