From cff4718b1acd5a34e8dceaf4d21d4bc11c0de8d6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Apr 2023 17:38:46 +0200 Subject: Convert example recipes to JSON --- data/storage/recipes/1/text | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'data/storage/recipes/1/text') diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text index 3489b2c..ecf26dc 100644 --- a/data/storage/recipes/1/text +++ b/data/storage/recipes/1/text @@ -1,6 +1,13 @@ -# Second recipe - -Important steps: - -* cook it -* eat it +{ + "title":"Very delicious stuff", + "portions": 4, + "url":"https://example.org", + "steps":[ + { + "text":"Bake the frozen pizza!", + "ingredients":[ + {"type":"pizza", "amount":"4 pieces"} + ] + } + ] +} -- cgit v1.2.3-70-g09d2