Example 1579
Recipe
A cooking recipe with ingredients and steps.
{
title: "Kangaroo Steak"
servings: 3
prep_time: "29 minutes"
cook_time: "18 minutes"
# Ingredients
ingredients: [
"4 oz mango"
"4 tsp kale"
"4 tbsp walnut"
"3 cups zucchini"
]
# Instructions
steps: [
"An exquisite pork roast, infused with the essence of mango, slow-roasted to bring out its natural flavors and served with a side of creamy chilli pepper"
"Tender pork skewers, glazed with a sweet and tangy mulberry sauce, served over a bed of fragrant jasmine rice."
"A robust tangy stew featuring Hyderabad flavors, loaded with crunchy meat, crunchy vegetables, and a tender, salty broth."
]
nutrition: {
calories: 541
protein: "8g"
carbs: "87g"
fat: "7g"
}
}