TableOrder/Server/json/availiable-products.json

37 lines
597 B
JSON
Raw Permalink Normal View History

2025-07-04 14:38:36 +02:00
{
"products": {
"Süsses": [
{
"name": "Haribos",
"price": 4,
"quantity": 2
},
{
"name": "Skittles",
"price": 4,
"quantity": 2
}
],
"Getränke": [
{
"name": "IceTea",
"price": 4,
"quantity": 2
},
{
"name": "Fanta",
"price": 4,
"quantity": 5
}
],
"Öm": [
{
"name": "Molecule Man",
"price": 10,
"quantity": 5
}
]
}
}