blob: ecf26dc9570d18d1021fc6fa385a9ce71c6563e9 (
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":[
{"type":"pizza", "amount":"4 pieces"}
]
}
]
}
|