{ "size": ["M", "L", "XL"], "dough": [ "thick" ], "drink": { "woda": { "price": 5 }, "pepsi": { "price": 7 }, "cola": { "price": 8 } }, "food": [ "pizza" ], "meat": [ "kurczak", "szynka", "tuna" ], "sauce": [ "garlic", "1000w" ], "ingredients": { "kurczak": {}, "tuna": {}, "ananas": {}, "cebula": {}, "ser": {}, "pomidor": {}, "szynka": {}, "papryka": {} }, "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 } } }