{
    "title": "holiday_breakfast_pizza_recipe",
    "id": "cdaafc3c0a",
    "table": [
        {
            "instructions": "cook crumbled sausage till browned ;",
            "input": "crumbled sausage",
            "action": "cook",
            "output": "cooked crumbled sausage"
        },
        {
            "instructions": "drain fat .",
            "input": "cooked crumbled sausage",
            "action": "drain",
            "output": "drained cooked crumbled sausage"
        },
        {
            "instructions": "separate crescent_roll into 8 triangles",
            "input": "crescent roll",
            "action": "separate",
            "output": "crescent roll separated in triangles"
        },
        {
            "instructions": "place in a 13x9x2 inch pan with points toward center ;",
            "input": "crescent roll separated in triangles",
            "action": "place",
            "output": "crescent roll separated in triangles"
        },
        {
            "instructions": "press over bottom and sides to create crust .",
            "input": "crescent roll separated in triangles",
            "action": "press",
            "output": "crescent roll pizza crusts"
        },
        {
            "instructions": "spoon cooked sausage over crust .",
            "input": "(cooked sausage; crescent roll pizza crusts)",
            "action": "spoon",
            "output": "cooked sausage spooned on crescent roll pizza crusts"
        },
        {
            "instructions": "top with shredded_cheese .",
            "input": "(shredded cheese; crescent roll crusts with cooked sausage)",
            "action": "top",
            "output": "crescent roll crusts with cooked sausage topped with shredded cheese"
        },
        {
            "instructions": "in bowl beat large_egg , lowfat milk , salt and pepper ;",
            "input": "(large egg; lowfat milk; salt; pepper)",
            "action": "beat",
            "output": "egg mixture"
        },
        {
            "instructions": "pour into crust .",
            "input": "(crescent roll crust with crumbled sausage and shredded cheese; egg and milk mixture)",
            "action": "pour",
            "output": "egg mixture poured on crescent roll crust with crumbled sausage and shredded cheese"
        },
        {
            "instructions": "sprinkle with parmesan_cheese .",
            "input": "(parmesan cheese; crescent roll crust with crumbled sausage, shredded cheese and egg mixture)",
            "action": "sprinkle",
            "output": "parmesan cheese sprinkled on crescent roll crust with crumbled sausage, shredded cheese and egg mixture"
        },
        {
            "instructions": "bake at 375 degrees for 25 30 min .",
            "input": "uncooked crescent roll breakfast pizza",
            "action": "bake",
            "output": "baked crescent roll breakfast pizza"
        }
    ],
    "ingredients": [
        {
            "text": "1 pound pork sausage"
        },
        {
            "text": "1 pkg. refrigerated crescent rolls"
        },
        {
            "text": "1 c. shredded Cheddar cheese"
        },
        {
            "text": "5 Large eggs"
        },
        {
            "text": "1/4 c. lowfat milk"
        },
        {
            "text": "1/2 teaspoon salt"
        },
        {
            "text": "1/2 teaspoon pepper"
        },
        {
            "text": "2 tbsp. grated Parmesan cheese"
        }
    ],
    "recipe": [
        {
            "text": "Cook crumbled sausage till browned; drain fat."
        },
        {
            "text": "Separate crescent rolls into 8 triangles; place in a 13x9x2 inch pan with points toward center; press over bottom and sides to create crust."
        },
        {
            "text": "Spoon cooked sausage over crust."
        },
        {
            "text": "Top with shredded cheese."
        },
        {
            "text": "In bowl beat Large eggs, lowfat milk, salt and pepper; pour into crust."
        },
        {
            "text": "Sprinkle with Parmesan cheese."
        },
        {
            "text": "Bake at 375 degrees for 25-30 min."
        },
        {
            "text": "8 servings."
        }
    ]
}