-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
32 lines (32 loc) · 830 Bytes
/
db.json
File metadata and controls
32 lines (32 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"teams": [
{
"name": "palmeiras",
"informations": "Muito bom",
"titles": { "libertadores": 3, "brasileiro": 11 },
"history": "Ser bom",
"label": "Sociedade Esportiva Palmeiras"
},
{
"name": "corinthians",
"informations": "informations",
"titles": { "libertadores": 1, "brasileiro": 7 },
"history": "history",
"label": "Sport Club Corinthians Paulista"
},
{
"name": "saopaulo",
"informations": "saopaulo",
"titles": { "libertadores": 3, "brasileiro": 6 },
"history": "saopaulo",
"label": "São Paulo Futebol Clube"
},
{
"name": "santos",
"informations": "santos",
"titles": { "libertadores": 3, "brasileiro": 8 },
"history": "santos",
"label": "Santos Futebol Clube"
}
]
}