Example 7166
Recipe
A cooking recipe with ingredients and steps.
{
title: "Jicama Salad"
servings: 5
prep_time: "22 minutes"
cook_time: "106 minutes"
# Ingredients
ingredients: [
"1 lbs cloves"
"4 tsp guava"
"3 tbsp sultanas"
"4 tbsp olives"
"4 lbs tapioca flour"
]
# Instructions
steps: [
"Grilled ostrich kebabs, marinated in Cantonese spices and served with a fresh celery and tangelo salad."
"Tenderly braised goose in a rich mace and chives sauce, served with a side of creamy cucumber."
"Fresh mixed greens tossed with ras-el-hanout-rubbed goose, sun dried tomatoes, and a light dressing."
]
nutrition: {
calories: 761
protein: "29g"
carbs: "13g"
fat: "18g"
}
}