{
    "title": "chicken_caesar_appetizer_pizza",
    "id": "0cd0d32778",
    "table": [
        {
            "instructions": "preheat oven to 3",
            "input": "NA",
            "actions": "preheat",
            "output": "NA"
        },
        {
            "instructions": "unroll both cans of the dough seperate into four long triangles .",
            "input": "dough",
            "actions": "unroll",
            "output": "unrolled dough"
        },
        {
            "instructions": "place rectangles in a 15by ten inch pan",
            "input": "unrolled dough",
            "actions": "place",
            "output": "unrolled dough"
        },
        {
            "instructions": "press on bottom ;",
            "input": "unrolled dough",
            "actions": "press",
            "output": "pressed dough"
        },
        {
            "instructions": "make crust .",
            "input": "pressed dough",
            "actions": "make",
            "output": "pizza crust"
        },
        {
            "instructions": "in a small owl combine cream_cheese and dressingspread over cooled crust .",
            "input": "(cream_cheese; dressing)",
            "actions": "combine",
            "output": "cream_cheese and dressing mixture"
        },
        {
            "instructions": "top with lettuce , broccoli , chicken , carrots , bacon and cheese .",
            "input": "(lettuce; broccoli; chicken; carrots; bacon; cheese; crust with dressing mixture)",
            "actions": "top",
            "output": "crust with dressing mixture topped with lettuce, broccoli, chicken, carrots, bacon and cheese"
        },
        {
            "instructions": "drizzle with a bit more dressing",
            "input": "(crust with dressing mixture topped with lettuce, broccoli, chicken, carrots, bacon and cheese; dressing mixture)",
            "actions": "drizzle",
            "output": "dressing mixture drizzled over chicken caesar pizza"
        },
        {
            "instructions": "cut into squares .",
            "input": "chicken_caesar_appetizer_pizza",
            "actions": "cut",
            "output": "cut chicken_caesar_appetizer_pizza"
        }
    ],
    "ingredients": [
        {
            "text": "2 (8 ounce) cans crescent roll dough"
        },
        {
            "text": "8 ounces cream cheese"
        },
        {
            "text": "12 cup caesar salad dressing"
        },
        {
            "text": "1 12 cups shredded romaine lettuce"
        },
        {
            "text": "34 cup chopped broccoli"
        },
        {
            "text": "12 cup chopped cooked chicken"
        },
        {
            "text": "12 cup shredded carrot"
        },
        {
            "text": "2 tablespoons cooked crumbled bacon"
        },
        {
            "text": "3 tablespoons parmesan cheese"
        }
    ],
    "recipe": [
        {
            "text": "Preheat oven to 375"
        },
        {
            "text": "Unroll both cans of the dough Seperate into four long triangles."
        },
        {
            "text": "place rectangles in a 15by ten inch pan press on bottom make crust."
        },
        {
            "text": "both 13-17 minures or until golden brown, cool completly."
        },
        {
            "text": "In a small owl combine cream cheese and dressingSpread over cooled crust."
        },
        {
            "text": "top with lettuce, broccoli, chicken, carrots, bacon and cheese."
        },
        {
            "text": "drizzle with a bit more dressing and cut into squares."
        }
    ]
}