-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
40 lines (40 loc) · 881 Bytes
/
data.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
[
{
"food_name": "chicken",
"nutrition": [
{
"nutrient": "protein",
"amount": {
"value": 20,
"unit": "mg"
}
},
{
"nutrient": "calories",
"amount": {
"value": 500,
"unit": "kj"
}
}
]
},
{
"food_name": "broccoli",
"nutrition": [
{
"nutrient": "protein",
"amount": {
"value": 5,
"unit": "mg"
}
},
{
"nutrient": "calories",
"amount": {
"value": 120,
"unit": "kj"
}
}
]
}
]