-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestFile.json
More file actions
39 lines (39 loc) · 839 Bytes
/
testFile.json
File metadata and controls
39 lines (39 loc) · 839 Bytes
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
{
"recipesUsed": 4,
"calories": {
"value": 391.0,
"unit": "calories",
"confidenceRange95Percent": {
"min": 333.18,
"max": 500.78
},
"standardDeviation": 85.51
},
"fat": {
"value": 18.0,
"unit": "g",
"confidenceRange95Percent": {
"min": 11.65,
"max": 22.79
},
"standardDeviation": 5.68
},
"protein": {
"value": 27.0,
"unit": "g",
"confidenceRange95Percent": {
"min": 19.93,
"max": 33.16
},
"standardDeviation": 6.75
},
"carbs": {
"value": 45.0,
"unit": "g",
"confidenceRange95Percent": {
"min": 22.14,
"max": 58.98
},
"standardDeviation": 18.79
}
}