APO_automat/z1-prototype/products.json

28 lines
414 B
JSON

[
{
"name": "Snickers",
"quantity": 5,
"price": 2.5
},
{
"name": "Mars",
"quantity": 3,
"price": 2
},
{
"name": "Bounty",
"quantity": 7,
"price": 2.25
},
{
"name": "Pepsi",
"quantity": 10,
"price": 3
},
{
"name": "Mirinda",
"quantity": 8,
"price": 3
}
]