1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"title":"Some delicious food",
"portions": 4,
"url":"https://example.org",
"steps":[
{
"text":"Prepare vegetables.",
"ingredients":[
{"amount":3, "unit":"pieces", "type":"carrot"},
{"amount":250, "unit":"g", "type":"tomato"}
]
},
{
"text":"Cook those vegetables",
"ingredients":[
{"amount":0, "unit":"", "type":"water"},
{"amount":0, "unit":"", "type":"salt"}
]
}
]
}
|