-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathb.json
More file actions
169 lines (169 loc) · 3.85 KB
/
b.json
File metadata and controls
169 lines (169 loc) · 3.85 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"banana": {
"category": "fruit",
"fodmap": "low",
"condition": "unripe",
"note": "ripe banana has high levels of fructans"
},
"butter": {
"name": "butter",
"category": "dairy",
"fodmap": "low",
"condition": "",
"note": "butter is high in fat which may trigger ibs"
},
"blueberry": {
"name": "blueberry",
"category": "fruit",
"fodmap": "low",
"condition": "",
"note": ""
},
"brie": {
"name": "brie",
"category": "dairy",
"fodmap": "low",
"condition": "",
"note": ""
},
"buttermilk": {
"name": "buttermilk",
"category": "dairy",
"fodmap": "high",
"condition": "",
"note": ""
},
"beer": {
"name": "beer",
"category": "drink",
"fodmap": "medium",
"condition": "max 100ml/day",
"note": ""
},
"black tea": {
"name": "black tea",
"category": "drink",
"fodmap": "low",
"condition": "",
"note": "back tea contains caffine, which may trigger ibs"
},
"black coffee": {
"name": "black coffee",
"category": "drink",
"fodmap": "low",
"condition": "",
"note": "caffine in coffee can trigger ibs"
},
"bilberry": {
"name": "bilberry",
"category": "fruit",
"fodmap": "low",
"condition": "",
"note": ""
},
"blackberry": {
"name": "blackberry",
"category": "fruit",
"fodmap": "high",
"condition": "",
"note": ""
},
"blackcurrant": {
"name": "blackcurrant",
"category": "fruit",
"fodmap": "high",
"condition": "",
"note": ""
},
"boysenberry": {
"name": "boysenberry",
"category": "fruit",
"fodmap": "high",
"condition": "",
"note": ""
},
"breadfruit": {
"name": "breadfruit",
"category": "fruit",
"fodmap": "low",
"condition": "",
"note": ""
},
"barley": {
"name": "barley",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"basmati rice": {
"name": "basmati rice",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"biscuit": {
"name": "biscuit",
"category": "grain",
"fodmap": "low",
"condition": "savoury (no shortbread)",
"note": ""
},
"biscuits wheat": {
"name": "biscuits wheat",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"bran cereals": {
"name": "bran cereals",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"brazil nut": {
"name": "brazil nut",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"bread": {
"name": "bread",
"category": "grain",
"fodmap": "medium",
"condition": "max 1 slice/day",
"note": ""
},
"breadcrumbs": {
"name": "breadcrumbs",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"brown rice": {
"name": "brown rice",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"buckwheat": {
"name": "buckwheat",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": "buckwheat made flour and noodles has low fodmap"
},
"bulgur": {
"name": "bulgur",
"category": "grain",
"fodmap": "medium",
"condition": "max 200gm/day",
"note": ""
}
}