-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
147 lines (147 loc) · 4.23 KB
/
data.json
File metadata and controls
147 lines (147 loc) · 4.23 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
{
"excludedText": {
"name": "Excluded text",
"items": [
"with steamed rice",
"choice of protein",
"choice of protein",
"fi llet",
"fillet",
"choice of sauce",
"lentil, falafel & feta",
"broccoli and green bean",
"\\(spicy\\)",
"\\(Medium cooked\\)",
"\\(\\h\\)",
"\\(v\\e\\)",
"\\(v\\)",
"\\(nd\\)",
"\\(n\\g\\)",
"\\(n\\k\\a\\)",
"\\(n\\!\\)",
"\\,"
]
},
"excludedDrinks": {
"name": "Excluded Drinks",
"items": [
"Coca Cola Classic",
"Coke Zero",
"Evian still water",
"Red Bull",
"San Pellegrino",
"San Pellegrino Aranciata (Orange)",
"San Pellegrino Pomegranate & Orange",
"SP Arranciata Rosso",
"SP Limone e Menta",
"SP Limone e Menta"
]
},
"stationOneItems": {
"name": "Western Side Items",
"items": [
"Beef chilli con carne",
"Butternut squash salad",
"Caesar Salad",
"Caesar Salad - Chicken",
"Caesar Salad - Prawns",
"Caesar Salad - Salmon",
"Chicken Fajita Wrap",
"Crispy chicken burger",
"Greek Salad",
"Greek Salad - Chicken",
"Greek Salad - Prawns",
"Greek Salad - Salmon",
"Harissa salmon salad",
"Meat free burger",
"Meat free chilli",
"Mixed salad",
"Pasta & roast vegetable salad",
"Pasta & roast vegetable salad - Chicken",
"Pasta & roast vegetable salad - Salmon",
"Penne Pasta with - Arrabbiata sauce",
"Penne Pasta with - Arrabbiata sauce - Chicken",
"Penne Pasta with - Arrabbiata sauce - Meat free pieces (This Isn't chicken)",
"Penne Pasta with - Arrabbiata sauce - Prawns",
"Penne Pasta with - Arrabbiata sauce - Salmon",
"Penne Pasta with - Four cheese sauce",
"Penne Pasta with - Four cheese sauce - Chicken",
"Penne Pasta with - Four cheese sauce - Meat free pieces (This Isn't chicken)",
"Penne Pasta with - Four cheese sauce - Prawns",
"Penne Pasta with - Four cheese sauce - Salmon",
"Penne Pasta with - Roast red pepper sauce - Chicken",
"Penne Pasta with - Roast red pepper sauce - Meat free pieces (This Isn't chicken)",
"Penne Pasta with - Roast red pepper sauce - Prawns",
"Penne Pasta with - Roast red pepper sauce - Salmon",
"Spaghetti bolognaise - Beef bolognaise",
"Spaghetti bolognaise - Beyond meat bolognaise",
"Thai green curry - Beef",
"Thai green curry - Chicken",
"Thai green curry - Meat free pieces (This Isn't chicken)",
"Thai green curry - Prawns",
"Thai green curry - Vegetables & tofu",
"Thai red curry - Beef",
"Thai red curry - Chicken",
"Thai red curry - Chicken",
"Thai red curry - Meat free pieces (This Isn't chicken)",
"Thai red curry - Prawns",
"Thai red curry - Vegetables & tofu",
"Thai red curry - Vegetables & tofu",
"Wagyu beef burger"
]
},
"stationTwoItems": {
"name": "Chinese Side Items",
"items": [
"Black bean - Chicken",
"Black bean - Beef",
"Black bean - Prawns",
"Fried udon noodles - Beef",
"Fried udon noodles - Chicken",
"Fried udon noodles - Meat free pieces (This Isn't chicken)",
"Fried udon noodles - Vegetables & tofu",
"Pad Thai noodles - Vegetables & tofu",
"Kung po - Chicken",
"Kung po - Prawns",
"Kung po - Meat free pieces (This Isn't chicken)",
"Pad Thai noodles - Chicken",
"Pad Thai noodles - Prawns",
"Sweet & sour - Chicken",
"Spicy potato wedges",
"Steamed jasmine rice",
"Sweet & sour - Prawns",
"Sweet & sour - Chicken",
"Sweet & sour - Meat free pieces (This Isn't chicken)",
"Thai Basil Minced Pork",
"Thai Basil Minced Pork - Fried Egg"
]
},
"jumpItems": {
"name": "Jump Items Key Words",
"items": [
"-",
"(This Isn't chicken)",
"&",
"Arrabbiata",
"Beef",
"Beyond",
"bolognaise",
"cheese",
"Chicken",
"Egg",
"Four",
"free",
"Fried",
"meat",
"Meat",
"pepper",
"Prawns",
"red",
"Roast",
"Salmon",
"sauce",
"tofu",
"Vegetables"
]
}
}