{
    "title": "deep-dish_mini_pizzas",
    "id": "f951e48612",
    "table": [
        {
            "instructions": "heat oven to 400 f .",
            "input": "NA",
            "action": "heat",
            "output": "NA"
        },
        {
            "instructions": "unroll pizza_dough .",
            "input": "pizza_dough",
            "action": "unroll",
            "output": "unrolled_pizza_dough"
        },
        {
            "instructions": "cut into 12 3x2 retangles .",
            "input": "unrolled pizza dough",
            "action": "cut",
            "output": "pizza dough rectangles"
        },
        {
            "instructions": "place 1 in each of 12 muffin , pan cups sprayed with cooking_spray .",
            "input": "pizza dough rectangles",
            "action": "place",
            "output": "pizza dough rectangles in muffin cups"
        },
        {
            "instructions": "sprinkle half the shredded_cheese into cups ;",
            "input": "pizza dough rectangles in muffin cups; shredded cheese",
            "action": "sprinkle",
            "output": "shredded cheese sprinkled into muffin cups"
        },
        {
            "instructions": "top with pizza sauce , remaining cheese and pepperoini .",
            "input": "shredded cheese sprinkled into muffin cups; remaining shredded cheese; pepperoni; pizza sauce",
            "action": "top",
            "output": "pizza dough rectangles topped with pizza sauce, remaining cheese, and pepperoni"
        },
        {
            "instructions": "sprinkle with paemesan cheese , oregano .",
            "input": "pizza dough rectangles topped with pizza sauce, remaining cheese, and pepperoni; parmesan cheese; oregano",
            "action": "sprinkle",
            "output": "parmesan and oregano sprinkled on uncooked mini deep dish pizza "
        },
        {
            "instructions": "bake 11 to 12 min .",
            "input": "uncooked mini deep dish pizza ",
            "action": "bake",
            "output": "baked mini deep dish pizza "
        }
    ],
    "ingredients": [
        {
            "text": "1 can 14oz.refrigerated pizza crust"
        },
        {
            "text": "1 1/2 cup kraft shredded itilian five cheese with a touch of philadelphia"
        },
        {
            "text": "1 can 8 oz.pizza sause"
        },
        {
            "text": "12 slice pepperoni"
        },
        {
            "text": "2 tbsp grated parmesan cheese"
        },
        {
            "text": "1/8 tsp dried oregano"
        }
    ],
    "recipe": [
        {
            "text": "Heat oven to 400 F."
        },
        {
            "text": "Unroll pizza dough.Cut into 12(3x2\") retangles."
        },
        {
            "text": "Place 1 in each of 12 muffin pan cups sprayed with cooking spray."
        },
        {
            "text": "Sprinkle half the shredded cheese into cups; top with pizza sause, remaining cheese and pepperoini."
        },
        {
            "text": "Sprinkle with paemesan cheese oregano."
        },
        {
            "text": "Bake 11 to 12 min."
        },
        {
            "text": "Or until crusts are golden brown and cheese is melted."
        },
        {
            "text": "Cool 5 min."
        },
        {
            "text": "Before removing from pan."
        }
    ]
}