Create hasil_pertandingan.json
Browse files- hasil_pertandingan.json +16 -0
hasil_pertandingan.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"tanggal": "2023-12-10",
|
| 4 |
+
"home_team": "Real Madrid",
|
| 5 |
+
"away_team": "Barcelona",
|
| 6 |
+
"skor_akhir": "2-1",
|
| 7 |
+
"stadion": "Santiago Bernabeu"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"tanggal": "2023-12-11",
|
| 11 |
+
"home_team": "Manchester City",
|
| 12 |
+
"away_team": "Liverpool",
|
| 13 |
+
"skor_akhir": "1-1",
|
| 14 |
+
"stadion": "Etihad Stadium"
|
| 15 |
+
}
|
| 16 |
+
]
|