{
    "title": "cauliflower_veggie_pizza",
    "id": "b1589d0e09",
    "table": [
        {
            "instructions": "steam cauliflower",
            "input": "cauliflower",
            "action": "steam",
            "output": "steamed_cauliflower"
        },
        {
            "instructions": "mash cauliflower",
            "input": "steamed_cauliflower",
            "action": "mash",
            "output": "mashed steamed_cauliflower"
        },
        {
            "instructions": "place mashed_cauliflower in cheese cloth or something equivalent .....",
            "input": "mashed steamed_cauliflower",
            "action": "place",
            "output": "mashed steamed_cauliflower"
        },
        {
            "instructions": "to remove excess moisture from cauliflower",
            "input": "mashed steamed_cauliflower",
            "action": "remove",
            "output": "mashed steamed_cauliflower without excess moisture"
        },
        {
            "instructions": "mix an egg and cheese into dry cauliflower",
            "input": "(mashed steamed_cauliflower without excess moisture; egg; cheese)",
            "action": "mix",
            "output": "cheese, egg and cauliflower mixture"
        },
        {
            "instructions": "press out into a square or circle",
            "input": "cheese, egg and cauliflower mixture",
            "action": "press",
            "output": "pressed cauliflower crust"
        },
        {
            "instructions": "add sauce and toppings",
            "input": "(sauce; toppings; pressed cauliflower crust)",
            "action": "add",
            "output": "sauce and toppings added to pressed cauliflower crust"
        },
        {
            "instructions": "place under broiler long enough to melt cheese",
            "input": "uncooked cauliflower_veggie_pizza",
            "action": "place",
            "output": "baked cauliflower_veggie_pizza"
        }
    ],
    "ingredients": [
        {
            "text": "1 head cauliflower"
        },
        {
            "text": "1 veggies for topping"
        },
        {
            "text": "1 cheese"
        },
        {
            "text": "1 egg"
        },
        {
            "text": "1 Pizza or spaghetti sauce"
        }
    ],
    "recipe": [
        {
            "text": "Steam cauliflower"
        },
        {
            "text": "Mash cauliflower"
        },
        {
            "text": "Place mashed cauliflower in cheese cloth or something equivalent.....to remove excess moisture from cauliflower"
        },
        {
            "text": "Mix an egg and cheese into dry cauliflower"
        },
        {
            "text": "Press out into a square or circle"
        },
        {
            "text": "In oven broil flattened mixture until brown, flip then brown opposite side"
        },
        {
            "text": "Add sauce and toppings, place under broiler long enough to melt cheese"
        }
    ]
}