-
Notifications
You must be signed in to change notification settings - Fork 2
/
S7_output.json
93 lines (93 loc) · 3.21 KB
/
S7_output.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{"recipeboxes":
[{"recipeBox":
{"id":"1",
"recipes":
[{"name":"Roasted Carrot and Avocado Salad",
"ingredients":
[{"amount":"1",
"unit":"kg",
"name":"carrot"},
{"amount":"1",
"unit":"dash",
"name":"thyme"},
{"amount":"2",
"unit":"whole",
"name":"lemon"}]
}]
}
},
{"recipeBox":
{"id":"2",
"recipes":
[{"name":"Indonesian Inspired Beef Noodles with Stir-Fried Pepper, Lime and Peanuts",
"ingredients":
[{"amount":"480",
"unit":"g",
"name":"beef mince"},
{"amount":"2",
"unit":"units",
"name":"bell pepper"},
{"amount":"250",
"unit":"g",
"name":"egg noodle nest"},
{"amount":"2",
"unit":"sachets",
"name":"indonesian style spice mix"},
{"amount":"100",
"unit":"g",
"name":"ketjap manis"},
{"amount":"30",
"unit":"mL",
"name":"rice vinegar"},
{"amount":"30",
"unit":"g",
"name":"honey"},
{"amount":"50",
"unit":"g",
"name":"salted peanuts"},
{"amount":"1",
"unit":"units",
"name":"lime"}]
},
{"name":"Peri Peri Pork and Bean Stew with Garlic Ciabatta",
"ingredients":
[{"amount":"120",
"unit":"g",
"name":"pork mince"},
{"amount":"60",
"unit":"g",
"name":"diced chorizo"},
{"amount":"1",
"unit":"units",
"name":"bell pepper"},
{"amount":"1",
"unit":"cartons",
"name":"mixed beans"},
{"amount":"2",
"unit":"units",
"name":"garlic clove"},
{"amount":"1",
"unit":"sachets",
"name":"peri peri seasoning"},
{"amount":"1",
"unit":"cartons",
"name":"finely chopped tomatoes"},
{"amount":"28",
"unit":"g",
"name":"red wine stock paste"},
{"amount":"1",
"unit":"units",
"name":"ciabatta"},
{"amount":"5",
"unit":"g",
"name":"sugar"},
{"amount":"10",
"unit":"mL",
"name":"olive oil"},
{"amount":"200",
"unit":"mL",
"name":"water"}]
}]
}
}]
}