{
    "title": "puff_pizza",
    "id": "de264665d1",
    "table": [
        {
            "instructions": "cut each biscuit into quarters .",
            "input": "biscuit",
            "action": "cut",
            "output": "cut_biscuit"
        },
        {
            "instructions": "arrange them in a 13x9 pan .",
            "input": "biscuits",
            "action": "arrange",
            "output": "biscuits in pan"
        },
        {
            "instructions": "it ll fill the whole pan .",
            "input": "biscuits in pan",
            "action": "fill",
            "output": "biscuits in pan"
        },
        {
            "instructions": "add pizza_sauce",
            "input": "(pizza sauce; biscuits in pan)",
            "action": "add",
            "output": "biscuits with pizza sauce"
        },
        {
            "instructions": "combine well so that biscuits are coated .",
            "input": "biscuits with pizza sauce",
            "action": "combine",
            "output": "well coated biscuits with pizza sauce"
        },
        {
            "instructions": "sprinkle with cheddar_cheese and pepperoni .",
            "input": "(cheddar_cheese; pepperoni; well coated biscuits with pizza sauce)",
            "action": "sprinkle",
            "output": "well coated biscuits with pizza sauce topped with cheddar_cheese and pepperoni"
        },
        {
            "instructions": "top with mozzarella_cheese , parmesan_cheese , italian_seasoning and garlic_salt .",
            "input": "(mozzarella_cheese; parmesan_cheese; italian_seasoning; garlic_salt; well coated biscuits with pizza sauce topped with cheddar_cheese and pepperoni)",
            "action": "top",
            "output": "biscuits topped with pizza sauce, cheddar_cheese, pepperoni, mozzarella_cheese, parmesan_cheese, italian_seasoning and garlic_salt"
        },
        {
            "instructions": "bake at 350 degrees f for 20 30 minutes or until cheese is bubbly .",
            "input": "uncooked biscuit pizza",
            "action": "bake",
            "output": "baked biscuits pizza"
        }
    ],
    "ingredients": [
        {
            "text": "15 ounces, weight Buttermilk Jumbo Biscuits"
        },
        {
            "text": "14 ounces, weight Pizza Sauce"
        },
        {
            "text": "1 cup Shredded Cheddar Cheese"
        },
        {
            "text": "17 pieces Pepperoni"
        },
        {
            "text": "1 cup Shredded Mozzarella Cheese"
        },
        {
            "text": "1/4 cups Parmesan Cheese"
        },
        {
            "text": "1 Tablespoon Italian Seasoning"
        },
        {
            "text": "1 teaspoon Garlic Salt"
        }
    ],
    "recipe": [
        {
            "text": "Cut each biscuit into quarters."
        },
        {
            "text": "Arrange them in a 13x9 pan."
        },
        {
            "text": "I know it may seem strange that theyre so far apart, but as the biscuits expand, itll fill the whole pan."
        },
        {
            "text": "Add pizza sauce and combine well so that biscuits are coated."
        },
        {
            "text": "Sprinkle with cheddar cheese and pepperoni."
        },
        {
            "text": "Top with mozzarella cheese, Parmesan cheese, Italian seasoning and garlic salt."
        },
        {
            "text": "Bake at 350 degrees F for 20-30 minutes or until cheese is bubbly."
        }
    ]
}