-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathm.json
More file actions
142 lines (142 loc) · 3.16 KB
/
m.json
File metadata and controls
142 lines (142 loc) · 3.16 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
{
"mango": {
"name": "mango",
"category": "fruit",
"fodmap": "high",
"condition": "",
"note": ""
},
"miso paste": {
"name": "miso paste",
"category": "condiment",
"fodmap": "low",
"condition": "",
"note": ""
},
"mustard": {
"name": "mustard",
"category": "spice",
"fodmap": "low",
"condition": "",
"note": "other than plain mustard may trigger ibs"
},
"margarine": {
"name": "margarine",
"category": "dairy",
"fodmap": "low",
"condition": "",
"note": ""
},
"mozzarella": {
"name": "mozzarella",
"category": "dairy",
"fodmap": "low",
"condition": "",
"note": ""
},
"milk tea": {
"name": "milk tea",
"category": "drink",
"fodmap": "medium",
"condition": "max once/day",
"note": "strong milk tea can trigger ibs"
},
"milk coffee": {
"name": "milk coffee",
"category": "drink",
"fodmap": "high",
"condition": "",
"note": ""
},
"malted chocolate": {
"name": "malted chocolate",
"category": "drink",
"fodmap": "medium",
"condition": "max 3tbsp/day",
"note": ""
},
"marmite": {
"name": "marmite",
"category": "condiment",
"fodmap": "low",
"condition": "",
"note": ""
},
"mayonnaise": {
"name": "mayonnaise",
"category": "condiment",
"fodmap": "low",
"condition": "no garlic or onion",
"note": ""
},
"marmalade": {
"name": "marmalade",
"category": "condiment",
"fodmap": "low",
"condition": "",
"note": ""
},
"maple syrup": {
"name": "maple syrup",
"category": "condiment",
"fodmap": "low",
"condition": "",
"note": ""
},
"mandarin": {
"name": "mandarin",
"category": "fruit",
"fodmap": "low",
"condition": "",
"note": ""
},
"macadamia nut": {
"name": "macadamia nut",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"millet": {
"name": "millet",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"mixed nut": {
"name": "mixed nut",
"category": "grain",
"fodmap": "low",
"condition": "",
"note": ""
},
"muesli bar": {
"name": "muesli bar",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"muesli cereal": {
"name": "muesli cereal",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"muffin": {
"name": "muffin",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
},
"multigrain bread": {
"name": "multigrain bread",
"category": "grain",
"fodmap": "high",
"condition": "",
"note": ""
}
}