37 lines
No EOL
597 B
JSON
37 lines
No EOL
597 B
JSON
{
|
|
"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
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|
|
|