72 lines
945 B
JSON
72 lines
945 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Müsli-Riegel",
|
|
"unit": "1 Riegel",
|
|
"price": 0.2,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Müsli-Riegel",
|
|
"unit": "2 Riegel",
|
|
"price": 0.3,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Erdnuss Flips",
|
|
"unit": "Packung",
|
|
"price": 0.8,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Erdnüsse",
|
|
"unit": "Packung",
|
|
"price": 0.7,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Hanuta",
|
|
"unit": "1 Stück",
|
|
"price": 0.3,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "Riesen Karamell",
|
|
"unit": "1 Stange",
|
|
"price": 0.2,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 7,
|
|
"name": "Neapolitaner",
|
|
"unit": "1 Packung",
|
|
"price": 0.3,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 8,
|
|
"name": "Twix",
|
|
"unit": "1 Packung",
|
|
"price": 0.3,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 9,
|
|
"name": "Popcorn",
|
|
"unit": "1 Packung",
|
|
"price": 0.4,
|
|
"note": ""
|
|
},
|
|
{
|
|
"id": 10,
|
|
"name": "Glühwein",
|
|
"unit": "1 Tasse",
|
|
"price": 0.5,
|
|
"note": ""
|
|
}
|
|
]
|