summaryrefslogtreecommitdiff
path: root/data/storage/recipes/1/text
blob: d082bf7952a0ceede03ed66dea6179dddab5eb0f (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"}
            ]
        }
    ]
}