-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.json
More file actions
200 lines (191 loc) · 12.9 KB
/
array.json
File metadata and controls
200 lines (191 loc) · 12.9 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
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
{
"nav":[
{ "link":"f", "item":"головна" },
{ "link":"ff", "item":"чому ми" },
{ "link":"fff", "item":"меню" },
{ "link":"ffff", "item":"медіа" },
{ "link":"a", "item":"сервіс" },
{ "link":"aa", "item":"кухарі" },
{ "link":"aaa", "item":"ми на мапі" },
{ "link":"aaaa", "item":"новини" },
{ "link":"s", "item":"напишіть нам" }
],
"menu":[
{
"type":"sandwich",
"mainIcon":"main-images/menu/sandwich_main.png",
"title":"Fred&Sandwich",
"subTitle":"сендвічі та багети",
"menuItem":[
{
"price":"40 грн",
"menuIcon":"main-images/menu/mozzarella_sandwich.png",
"name":"MOZZARELLA& TOMATO",
"description":"Сэндвіч з прикопченою моцареллою, томатами та домашнім песто Вага 220 г"
},
{
"price":"35 грн",
"menuIcon":"main-images/menu/zuccini_sandwich.png",
"name":"ZUCCINI&EGGS",
"description":"Житній багет з маринованим кабачком, яйцем та томатами Вага 240 г"
},
{
"price":"30 грн",
"menuIcon":"main-images/menu/fred_sandwich.png",
"name":"FRED&VITELLO",
"description":"Сендвіч з копченим ростбіфом, томатами і соусом вітелло тонато Вага 220 г"
},
{
"price":"40 грн",
"menuIcon":"main-images/menu/mozzarella_sandwich.png",
"name":"MOZZARELLA& TOMATO",
"description":"Сэндвіч з прикопченою моцареллою, томатами та домашнім песто Вага 220 г"
},
{
"price":"35 грн",
"menuIcon":"main-images/menu/zuccini_sandwich.png",
"name":"ZUCCINI&EGGS",
"description":"Житній багет з маринованим кабачком, яйцем та томатами Вага 240 г"
},
{
"price":"30 грн",
"menuIcon":"main-images/menu/fred_sandwich.png",
"name":"FRED&VITELLO",
"description":"Сендвіч з копченим ростбіфом, томатами і соусом вітелло тонато Вага 220 г"
}
]
},
{
"type":"soup",
"mainIcon":"main-images/menu/soup_main.png",
"title":"Fred&Soup",
"subTitle":"холодні супи та крем-супи",
"menuItem":[
{
"price":"25 грн",
"menuIcon":"main-images/menu/peasbacon_soup.png",
"name":"PEAS&BACON",
"description":"Гороховий крем-суп з куркумою, беконом та хрустким нутом Вага 250 г"
},
{
"price":"30 грн",
"menuIcon":"main-images/menu/mushroom_soup.png",
"name":"MUSHROOM& TRUFFLE",
"description":"Грибний крем-суп з трюфельним ароматом і сухариками Вага 250 г"
},
{
"price":"35 грн",
"menuIcon":"main-images/menu/wasabi_soup.png",
"name":"PEAS&WASABI",
"description":"Крем-суп з молодого горошку з додаванням васаби Вага 250 г"
},
{
"price":"25 грн",
"menuIcon":"main-images/menu/peasbacon_soup.png",
"name":"PEAS&BACON",
"description":"Гороховий крем-суп з куркумою, беконом та хрустким нутом Вага 250 г"
},
{
"price":"30 грн",
"menuIcon":"main-images/menu/mushroom_soup.png",
"name":"MUSHROOM& TRUFFLE",
"description":"Грибний крем-суп з трюфельним ароматом і сухариками Вага 250 г"
},
{
"price":"35 грн",
"menuIcon":"main-images/menu/wasabi_soup.png",
"name":"PEAS&WASABI",
"description":"Крем-суп з молодого горошку з додаванням васаби Вага 250 г"
}
]
},
{
"type":"salad",
"mainIcon":"main-images/menu/salad_main.png",
"title":"Fred&Salad",
"subTitle":"овочеві та м’ясні салати",
"menuItem":[
{
"price":"40 грн",
"menuIcon":"main-images/menu/asian_salad.png",
"name":"ASIAN&CELERY",
"description":"Фітнес-салат з селерою, яблуком, морквою та копченим тофу. Вага 300 г"
},
{
"price":"60 грн",
"menuIcon":"main-images/menu/fred_salad.png",
"name":"FRED&BEET",
"description":"Салат із запеченим буряком з сиром рікотта та горіхами. Вага 300 г"
},
{
"price":"50 грн",
"menuIcon":"main-images/menu/chicken_salad.png",
"name":"CHICKEN&AVOCADO",
"description":"Салат із запеченою куркою, томатами та авокадо. Вага 300 г"
},
{
"price":"40 грн",
"menuIcon":"main-images/menu/asian_salad.png",
"name":"ASIAN&CELERY",
"description":"Фітнес-салат з селерою, яблуком, морквою та копченим тофу. Вага 300 г"
},
{
"price":"60 грн",
"menuIcon":"main-images/menu/fred_salad.png",
"name":"FRED&BEET",
"description":"Салат із запеченим буряком з сиром рікотта та горіхами. Вага 300 г"
},
{
"price":"50 грн",
"menuIcon":"main-images/menu/chicken_salad.png",
"name":"CHICKEN&AVOCADO",
"description":"Салат із запеченою куркою, томатами та авокадо. Вага 300 г"
}
]
},
{
"type":"dessert",
"mainIcon":"main-images/menu/dessert_main.png",
"title":"Fred&Dessert",
"subTitle":"різноманітні десерти",
"menuItem":[
{
"price":"25 грн",
"menuIcon":"main-images/menu/yogurt_dessert.png",
"name":"YOGURT",
"description":"Домашній йогурт з варенням, пластівцями та сезонними ягодами"
},
{
"price":"20 грн",
"menuIcon":"main-images/menu/fred_dessert.png",
"name":"NAPOLEON",
"description":"Наполеон із заварним кремом та томленою грушею"
},
{
"price":"7 грн",
"menuIcon":"main-images/menu/eklair_dessert.png",
"name":"ECLAIR",
"description":"Ніжні еклери з заварним кремом"
},
{
"price":"25 грн",
"menuIcon":"main-images/menu/yogurt_dessert.png",
"name":"YOGURT",
"description":"Домашній йогурт з варенням, пластівцями та сезонними ягодами"
},
{
"price":"20 грн",
"menuIcon":"main-images/menu/fred_dessert.png",
"name":"NAPOLEON",
"description":"Наполеон із заварним кремом та томленою грушею"
},
{
"price":"7 грн",
"menuIcon":"main-images/menu/eklair_dessert.png",
"name":"ECLAIR",
"description":"Ніжні еклери з заварним кремом"
}
]
}
]
}