43 lines
699 B
JSON
43 lines
699 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"titre": "Oracle of ages",
|
|
"plateforme": "Game Boy Color",
|
|
"annee": "2001",
|
|
"Type": "2d",
|
|
"like": 0
|
|
},
|
|
{
|
|
"id": "2",
|
|
"titre": "Breath of the Wild",
|
|
"plateforme": "Switch",
|
|
"annee": "2017",
|
|
"Type": "3d",
|
|
"like": 0
|
|
},
|
|
{
|
|
"id": "3",
|
|
"titre": "Majora's Mask",
|
|
"plateforme": "N64",
|
|
"annee": "2000",
|
|
"Type": "3d",
|
|
"like": 0
|
|
},
|
|
{
|
|
"id": "4",
|
|
"titre": "Tears of the kingdom",
|
|
"plateforme": "Switch",
|
|
"annee": "2023",
|
|
"Type": "3d",
|
|
"like": 0
|
|
},
|
|
{
|
|
"id": "5",
|
|
"titre": "Echoes of Wisdom",
|
|
"plateforme": "Switch",
|
|
"annee": "2024",
|
|
"Type": "3d",
|
|
"like": 0
|
|
}
|
|
]
|