{
    "title": "pizza_burger_loaf",
    "id": "1efc7de5bf",
    "table": [
        {
            "instructions": "preheat oven to 40",
            "input": "NA",
            "action": "preheat",
            "output": "NA"
        },
        {
            "instructions": "in large skillet , combine the first 7 ingredients .",
            "input": "(ground chuck; tomato sauce; mushrooms stems; floiur; paprika; chopped onion; oregano)",
            "action": "combine",
            "output": "combined meat mixture"
        },
        {
            "instructions": "cook over medium heat for 15 minutes , stirring occasionally .",
            "input": "combined_meat mixture",
            "action": "cook",
            "output": "cooked combined_meat mixture"
        },
        {
            "instructions": "meanwhile , prepare hot roll mix as for pizza .",
            "input": "hot roll mix",
            "action": "prepare",
            "output": "dough"
        },
        {
            "instructions": "add 12 teaspoons salt on lightly floured board , using floured rolling pin .",
            "input": "dough; salt",
            "action": "add",
            "output": "salt added to dough"
        },
        {
            "instructions": "roll into 12 square .",
            "input": "salted dough",
            "action": "roll",
            "output": "rolled dough into squares"
        },
        {
            "instructions": "place on greased cookie sheet .",
            "input": "rolled dough into squares",
            "action": "place",
            "output": "rolled dough into squares"
        },
        {
            "instructions": "spoon meat mixture down center 13 of dough within 2 of ends .",
            "input": "rolled dough into squares; meat mixture",
            "action": "spoon",
            "output": "meat mixture spooned on squares of dough"
        },
        {
            "instructions": "shape into loaf",
            "input": "meat mixture on rolled dough into squares",
            "action": "shape",
            "output": "shaped meat loaf"
        },
        {
            "instructions": "sprinkle with cheese .",
            "input": "shaped meat loaf; cheese",
            "action": "sprinkle",
            "output": "cheese sprinkled on shaped meat loaf"
        },
        {
            "instructions": "cut 6 diagonal strips of dough on each side of meat .",
            "input": "dough",
            "action": "cut",
            "output": "strips of dough"
        },
        {
            "instructions": "fold dough ends over meat ,",
            "input": "cheese on pizza loaf; strips of dough",
            "action": "fold",
            "output": "strips of dough folded on meat loaf"
        },
        {
            "instructions": "brush top of dough with egg .",
            "input": "meat loaf; egg",
            "action": "brush",
            "output": "egg brushed on meat loaf"
        },
        {
            "instructions": "bake 30 minutes until golden .",
            "input": "uncooked pizza loaf",
            "action": "bake",
            "output": "uncooked meat loaf"
        }
    ],
    "ingredients": [
        {
            "text": "1 lb ground chuck"
        },
        {
            "text": "1 (6 ounce) can tomato sauce"
        },
        {
            "text": "1 (4 ounce) can mushroom stems (drained)"
        },
        {
            "text": "2 tablespoons flour"
        },
        {
            "text": "1 teaspoon paprika"
        },
        {
            "text": "14 cup chopped onion"
        },
        {
            "text": "34 teaspoon oregano"
        },
        {
            "text": "12 teaspoon pepper"
        },
        {
            "text": "1 teaspoon salt"
        },
        {
            "text": "1 (10 ounce) box hot roll mix"
        },
        {
            "text": "1 cup shredded cheddar cheese"
        },
        {
            "text": "1 egg, slightly beaten"
        }
    ],
    "recipe": [
        {
            "text": "Preheat oven to 400F"
        },
        {
            "text": "In large skillet, combine the first 7 ingredients."
        },
        {
            "text": "Cook over medium heat for 15 minutes, stirring occasionally."
        },
        {
            "text": "Cool 10 minutes."
        },
        {
            "text": "Meanwhile, prepare hot roll mix as for pizza."
        },
        {
            "text": "Add 1/2 teaspoons salt on lightly floured board, using floured rolling pin."
        },
        {
            "text": "Roll into 12\" square."
        },
        {
            "text": "Place on greased cookie sheet."
        },
        {
            "text": "Spoon meat mixture down center 1/3 of dough within 2\" of ends."
        },
        {
            "text": "Shape into loaf, sprinkle with cheese."
        },
        {
            "text": "Cut 6\" diagonal strips of dough on each side of meat."
        },
        {
            "text": "Fold dough ends over meat, then crisscross strips over top."
        },
        {
            "text": "Brush top of dough with egg."
        },
        {
            "text": "Bake 30 minutes until golden."
        }
    ]
}