{
    "title": "pizza_roll",
    "id": "c2751b4918",
    "table": [
        {
            "instructions": "heat oven to 35",
            "input": "NA",
            "actions": "heat",
            "output": "NA"
        },
        {
            "instructions": "open",
            "input": "NA",
            "actions": "open",
            "output": "NA"
        },
        {
            "instructions": "roll out crescent_roll",
            "input": "crescent_roll",
            "actions": "roll",
            "output": "rolled_crescent_roll"
        },
        {
            "instructions": "divide them into 8 parts",
            "input": "crescent_roll",
            "actions": "divide",
            "output": "divided_crescent_roll"
        },
        {
            "instructions": "with a teaspoon put pizza_sauce",
            "input": "divided_crescent_roll; sauce",
            "actions": "put",
            "output": "sauce_covered_crescent_roll"
        },
        {
            "instructions": "on top of the pepperoni put some mozzarella and cheddar_cheese",
            "input": "crescent_roll;pepperoni;mozzarella;cheddar",
            "actions": "put",
            "output": "topped_crescent_roll"
        },
        {
            "instructions": "roll up crescent",
            "input": "topped_crescent_roll",
            "actions": "roll",
            "output": "rolled_up_crescent_roll"
        },
        {
            "instructions": "place on an ungreased baking sheet",
            "input": "rolled_up_crescent_roll;ungreased_baking_sheet",
            "actions": "place",
            "output": "placed_on_ungreased_baking_sheet"
        },
        {
            "instructions": "with a bbq brush spread garlic , butter on top of each roll",
            "input": "bbq_brush;garlic;butter;rolls",
            "actions": "spread",
            "output": "garlic_butter_topped_rolls"
        },
        {
            "instructions": "sprinkle some shredded_parmesan_cheese on top",
            "input": "rolls;parmesan_cheese",
            "actions": "sprinkle",
            "output": "cheese_topped_rolls"
        },
        {
            "instructions": "place in oven for 10 15 minutes until golden brown",
            "input": "rolls",
            "actions": "place",
            "output": "baked_rolls"
        }
    ],
    "ingredients": [
        {
            "text": "1 can crescent rolls"
        },
        {
            "text": "1/2 cup pizza sauce"
        },
        {
            "text": "1 packages pepperoni"
        },
        {
            "text": "1 cup shredded mozzarella cheese"
        },
        {
            "text": "1 cup shredded cheddar cheese"
        },
        {
            "text": "1/2 cup melted garlic butter"
        },
        {
            "text": "1/2 cup shredded parmesan cheese"
        }
    ],
    "recipe": [
        {
            "text": "Pre heat oven to 350F"
        },
        {
            "text": "Open,roll out crescent rolls and divide them into 8 parts"
        },
        {
            "text": "With a teaspoon put pizza sauce"
        },
        {
            "text": "On top of the pizza sauce place 3-5 pepperoni"
        },
        {
            "text": "On top of the pepperoni put some mozzarella and cheddar cheese"
        },
        {
            "text": "Roll up crescent"
        },
        {
            "text": "Place on an ungreased baking sheet"
        },
        {
            "text": "With a bbq brush spread garlic butter on top of each roll"
        },
        {
            "text": "Sprinkle some shredded parmesan cheese on top"
        },
        {
            "text": "Place in oven for 10-15 minutes until golden brown"
        }
    ]
}