added "jeux" in json and fixed small bug
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"titre": "Oracle of ages",
|
||||
"console": "Game Boy Color",
|
||||
"annee": "2001",
|
||||
"Type": "2d"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"titre": "Breath of the Wild",
|
||||
"console": "Switch",
|
||||
"annee": "2017",
|
||||
"Type": "3d"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"titre": "Majora's Mask",
|
||||
"console": "N64",
|
||||
"annee": "2000",
|
||||
"Type": "3d"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"titre": "Tears of the kingdom",
|
||||
"console": "Switch",
|
||||
"annee": "2023",
|
||||
"Type": "3d"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"titre": "Echoes of Wisdom",
|
||||
"console": "Switch",
|
||||
"annee": "2024",
|
||||
"Type": "3d"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user