{
"text":"Items",
"buttontype":"switchview",
"color":[255, 255, 255],
"switchview":"buttons",
"fill":true,
"shape":"rect"
},
{
"text":"Normal hotdog",
"buttontype":"addorder",
"itemtype":"item",
"itemname":"Hotdog norm",
"color":[255, 255, 255],
"price":500,
"fill":false,
"shape":"rect"
},
{
"text":"American hotdog",
"buttontype":"addorder",
"itemtype":"item",
"itemname":"Hotdog am",
"action":"addorder",
"color":[255, 255, 255],
"price":600,
"fill":false,
"shape":"rect"
}