{
    "addr": null,
    "confirm": [
        "true",
        "false"
    ],
    "dough": [],
    "ingredient": {
        "onion": {},
        "chess": {},
        "tomato": {},
        "ham": {}
    },
    "pizza": {
        "capri": {},
        "margarita": {},
        "hawajska": {},
        "barcelona": {
            "ingredient": ["tomato", "onion", "ham"],
            "price": 45
        },
        "tuna": {}
    },
    "size": {
        "m": {
            "price_multiplier": 1
        },
        "l": {
            "price_multiplier": 1.2
        },
        "xl": {
            "price_multiplier": 1.4
        }
    },
    "order": []
}