-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecotips.json
More file actions
68 lines (68 loc) · 2 KB
/
ecotips.json
File metadata and controls
68 lines (68 loc) · 2 KB
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
{
"product_info": {
"product_name": null,
"product_description": null,
"product_appearance": null,
"manufacturing_location": null,
"packaging_details": "Flexible plastic wrapper"
},
"extraction_data": {
"ingredients": [
"Refined Wheat Flour",
"Sugar",
"Refined Palm Oil",
"Invert Syrup",
"Liquid Glucose",
"Starch",
"Iodized Salt",
"Leavening Substances [INS 500(ii), INS 450(i)]",
"Colours [INS 150c, INS 150d, INS 122, INS 110, INS 102]",
"Emulsifiers [Lecithin (from soyabean), Polyoxyethylene (20) sorbitan monostearate (INS 432)]",
"Flavouring Substances (Vanilla, Milk, Chocolate)",
"Flour Treatment Agent (INS 223)"
],
"nutritional_information": [
"Energy: 455 kcal (per 100g)",
"Total Sugars: 35.7 g (per 100g)",
"Added Sugars: 32.9 g (per 100g)",
"Total Fat: 13.9 g (per 100g)",
"Trans fat: 0.0 g (per 100g)",
"Sodium: 277.4 mg (per 100g)"
],
"allergen_information": [
"Contains Wheat",
"Contains Soy",
"Contains Sulphite",
"May Contain Nut",
"May Contain Milk"
],
"cautions_and_warnings": [
"May Contain Nut",
"May Contain Milk"
]
},
"health_analysis": {
"positive_points": [],
"negative_points": [
"High in added sugars (32.9g per 100g).",
"High in refined carbohydrates (refined wheat flour).",
"Contains refined palm oil.",
"Contains artificial colours (INS 150c, 150d, 122, 110, 102).",
"Contains sulphites (from Flour Treatment Agent (INS 223))."
]
},
"environmental_analysis": {
"positive_points": [],
"negative_points": [
"Single-use flexible plastic packaging.",
"Contains refined palm oil, which is often associated with environmental concerns like deforestation."
]
},
"alternatives_to_consider": [
"Fresh fruits",
"Whole grain biscuits or crackers",
"Homemade snacks with less sugar",
"Nuts and seeds",
"Yogurt"
]
}