forked from nus-cs2103-AY1920S2/addressbook-level3
-
Notifications
You must be signed in to change notification settings - Fork 4
/
foodiebot-stalls.json
228 lines (228 loc) · 6.24 KB
/
foodiebot-stalls.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
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
{
"stalls" : [ {
"name" : "Chinese Cooked Food",
"canteenName" : "The Deck",
"stallNumber" : 1,
"stallImageName" : "ChineseCookedFood.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "cheap", "rice", "noodle" ]
}, {
"name" : "Claypot Seafood Soup",
"canteenName" : "The Deck",
"stallNumber" : 2,
"stallImageName" : "ClaypotSeafoodSoup.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "rice", "cheap" ]
}, {
"name" : "Indian",
"canteenName" : "The Deck",
"stallNumber" : 3,
"stallImageName" : "Indian.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "asian", "cheap", "spicy", "halal" ]
}, {
"name" : "Japanese",
"canteenName" : "The Deck",
"stallNumber" : 4,
"stallImageName" : "Jap.png",
"cuisine" : "asian",
"overallPriceRating" : "$$",
"favorite" : 0,
"tags" : [ "expensive", "asian" ]
}, {
"name" : "Muslim",
"canteenName" : "The Deck",
"stallNumber" : 5,
"stallImageName" : "Muslim.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "spicy", "rice", "halal", "cheap" ]
}, {
"name" : "Noodle",
"canteenName" : "The Deck",
"stallNumber" : 6,
"stallImageName" : "Noodle.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "noodle", "asian", "cheap" ]
}, {
"name" : "Roasted Delights",
"canteenName" : "The Deck",
"stallNumber" : 7,
"stallImageName" : "RoastedDelights.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "cheap", "rice" ]
}, {
"name" : "Snacks and Fried Kway Teow",
"canteenName" : "The Deck",
"stallNumber" : 8,
"stallImageName" : "Snacks&FKT.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "noodle", "asian", "cheap" ]
}, {
"name" : "Yong Tau Foo and Laksa",
"canteenName" : "The Deck",
"stallNumber" : 9,
"stallImageName" : "YTF&Laksa.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "noodle", "expensive" ]
}, {
"name" : "Vegetarian",
"canteenName" : "The Deck",
"stallNumber" : 10,
"stallImageName" : "Vegetarian.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "rice", "cheap", "halal" ]
}, {
"name" : "Western",
"canteenName" : "The Deck",
"stallNumber" : 11,
"stallImageName" : "Western.png",
"cuisine" : "western",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "expensive", "western" ]
}, {
"name" : "Pasta Express",
"canteenName" : "The Deck",
"stallNumber" : 12,
"stallImageName" : "PastaExpress.png",
"cuisine" : "western",
"overallPriceRating" : "$$",
"favorite" : 0,
"tags" : [ "expensive", "western" ]
}, {
"name" : "Salad Express",
"canteenName" : "The Deck",
"stallNumber" : 13,
"stallImageName" : "SaladExpress.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "expensive" ]
}, {
"name" : "Uncle Penyet",
"canteenName" : "The Deck",
"stallNumber" : 14,
"stallImageName" : "UnclePenyet.png",
"cuisine" : "fusion",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "spicy", "western", "expensive", "rice", "asian" ]
}, {
"name" : "Duck and Chicken Rice",
"canteenName" : "Nus Flavors",
"stallNumber" : 1,
"stallImageName" : "DuckandChickenRice.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "rice", "asian" ]
}, {
"name" : "Five Grains Bee Hoon",
"canteenName" : "Nus Flavors",
"stallNumber" : 2,
"stallImageName" : "FiveGrainsBeeHoon.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "asian", "noodle" ]
}, {
"name" : "Indian Cuisine",
"canteenName" : "Nus Flavors",
"stallNumber" : 3,
"stallImageName" : "Indian Cuisine.png",
"cuisine" : "Indian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "asian", "spicy", "cheap" ]
}, {
"name" : "Japanese and Korean",
"canteenName" : "Nus Flavors",
"stallNumber" : 4,
"stallImageName" : "JapKor.png",
"cuisine" : "Fusion",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "expensive", "asian" ]
}, {
"name" : "Mala Hot Pot",
"canteenName" : "Nus Flavors",
"stallNumber" : 5,
"stallImageName" : "MalaHotPot.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "spicy", "asian", "expensive" ]
}, {
"name" : "Minced Meat Noodle",
"canteenName" : "Nus Flavors",
"stallNumber" : 6,
"stallImageName" : "MincedMeatNoodle.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "noodle", "asian", "cheap" ]
}, {
"name" : "Mixed Veg Rice",
"canteenName" : "Nus Flavors",
"stallNumber" : 7,
"stallImageName" : "MixedVegRice.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "rice", "cheap", "asian" ]
}, {
"name" : "Taiwan Cuisine",
"canteenName" : "Nus Flavors",
"stallNumber" : 8,
"stallImageName" : "TaiwanCuisine.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "asian", "expensive" ]
}, {
"name" : "Western",
"canteenName" : "Nus Flavors",
"stallNumber" : 9,
"stallImageName" : "Western.png",
"cuisine" : "Western",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "western", "expensive" ]
}, {
"name" : "Wok Fried",
"canteenName" : "Nus Flavors",
"stallNumber" : 10,
"stallImageName" : "WokFried.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "expensive", "asian" ]
}, {
"name" : "Xiao Long Bao",
"canteenName" : "Nus Flavors",
"stallNumber" : 11,
"stallImageName" : "XiaoLongBao.png",
"cuisine" : "asian",
"overallPriceRating" : "$",
"favorite" : 0,
"tags" : [ "asian", "expensive" ]
} ]
}