38 lines
868 B
JSON
38 lines
868 B
JSON
[
|
|
{
|
|
"name" : "Edelpils",
|
|
"dimension" : "l",
|
|
"content": {
|
|
"size" : 0.33
|
|
},
|
|
"portion": {
|
|
"size": 0.33,
|
|
"price": 3.50,
|
|
"type": "Fl."
|
|
}
|
|
},
|
|
{
|
|
"name" : "Secco",
|
|
"dimension" : "l",
|
|
"content": {
|
|
"size" : 0.75
|
|
},
|
|
"portion": {
|
|
"size": 0.1,
|
|
"price": 6,
|
|
"type": "Gl."
|
|
}
|
|
},
|
|
{
|
|
"name" : "Amareno Cuvee",
|
|
"dimension" : "l",
|
|
"content": {
|
|
"size" : 0.75
|
|
},
|
|
"portion": {
|
|
"size": 0.2,
|
|
"price": 6.50,
|
|
"type": "Gl."
|
|
}
|
|
}
|
|
] |