95 lines
No EOL
1.6 KiB
JSON
95 lines
No EOL
1.6 KiB
JSON
{
|
|
"produits": [
|
|
{
|
|
"id": "1",
|
|
"name": "Produit 1",
|
|
"price": 100,
|
|
"quantity": 5,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "Produit 2",
|
|
"price": 200,
|
|
"quantity": 5,
|
|
"checked": false
|
|
},
|
|
{
|
|
"id": "3",
|
|
"name": "Produit 3",
|
|
"price": 300,
|
|
"quantity": 5,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "4",
|
|
"name": "Produit 4",
|
|
"price": 400,
|
|
"quantity": 5,
|
|
"checked": false
|
|
},
|
|
{
|
|
"id": "5",
|
|
"name": "Produit 5",
|
|
"price": 500,
|
|
"quantity": 5,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "6",
|
|
"name": "Produit 6",
|
|
"price": 600,
|
|
"quantity": 5,
|
|
"checked": false
|
|
},
|
|
{
|
|
"id": "7",
|
|
"name": "Produit 7",
|
|
"price": 700,
|
|
"quantity": 5,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "8",
|
|
"name": "Produit 8",
|
|
"price": 800,
|
|
"quantity": 5,
|
|
"checked": false
|
|
},
|
|
{
|
|
"id": "9",
|
|
"name": "Produit 9",
|
|
"price": 900,
|
|
"quantity": 5,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "10",
|
|
"name": "Produit 10",
|
|
"price": 1000,
|
|
"quantity": 5,
|
|
"checked": false
|
|
},
|
|
{
|
|
"id": "aa4a",
|
|
"name": "tete",
|
|
"price": "478",
|
|
"quantity": 0,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "d412",
|
|
"name": "gg",
|
|
"price": "15",
|
|
"quantity": 0,
|
|
"checked": true
|
|
},
|
|
{
|
|
"id": "9427",
|
|
"name": "gfdgfgf",
|
|
"price": "hgg",
|
|
"quantity": null,
|
|
"checked": true
|
|
}
|
|
]
|
|
} |