Example 5362
Recipe
A cooking recipe with ingredients and steps.
{
title: "Sushi"
servings: 4
prep_time: "51 minutes"
cook_time: "42 minutes"
# Ingredients
ingredients: [
"2 tbsp mustard seed"
"4 tbsp nutritional yeast"
"2 tbsp buckwheat flour"
]
# Instructions
steps: [
"A robust fluffy stew featuring Jewish - Israeli flavors, loaded with crunchy meat, crunchy vegetables, and a creamy, zesty broth."
"Savor the rich flavors of delicious chives, complemented by longan and poppy seed."
"Savor the rich flavors of rich cos lettuce, complemented by tangelo and orange zest."
"A salty kale creation, seasoned with mustard and curly leaf parsley, showcasing the best of plant-based cuisine."
]
nutrition: {
calories: 319
protein: "18g"
carbs: "17g"
fat: "32g"
}
}