chat-restaruacja/attributes.json

92 lines
1.3 KiB
JSON
Raw Normal View History

{
"size": ["M", "L", "XL"],
2024-06-10 00:54:09 +02:00
"dough": [
"thick"
],
"drink": {
"woda": {
"price": 5
},
2024-06-10 00:54:09 +02:00
"pepsi": {
"price": 7
2024-06-10 00:53:38 +02:00
},
2024-06-10 00:54:09 +02:00
"cola": {
"price": 8
2024-06-09 19:48:26 +02:00
}
2024-06-10 00:54:09 +02:00
},
"food": [
"pizza"
],
"meat": [
"kurczak",
"szynka",
2024-06-10 00:54:09 +02:00
"tuna"
],
"sauce": [
"garlic",
"1000w"
],
"ingredients": {
"kurczak": {},
2024-06-10 00:54:09 +02:00
"tuna": {},
"ananas": {},
"cebula": {},
"ser": {},
"pomidor": {},
"szynka": {},
"papryka": {}
2024-06-10 00:54:09 +02:00
},
"menu": [
"capri",
"margarita",
"hawajska",
"barcelona",
"tuna"
],
"pizza": {
"capri": {
"ingredient": [
"tomato",
"ham",
"mushrooms",
"cheese"
],
"price": 25
},
"margarita": {
"ingredient": [
"tomato",
"cheese"
],
"price": 20
},
"hawajska": {
"ingredient": [
"tomato",
"pineapple",
"chicken",
"cheese"
],
"price": 30
},
"barcelona": {
"ingredient": [
"tomato",
"onion",
"ham",
"pepper",
"cheese"
],
"price": 40
},
"tuna": {
"ingredient": [
"tomato",
"tuna",
"onion",
"cheese"
],
"price": 40
}
}
}