blob: 1c4acb8138dab066c589d2e7c50cd69370f558f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"title":"Very delicious stuff",
"portions": 4,
"url":"https://example.org",
"steps":[
{
"text":"Bake the frozen pizza!",
"ingredients":[
{"amount":4, "unit":"pieces", "type":"pizza"}
]
}
]
}
|