-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
111 lines (111 loc) · 2.07 KB
/
data.json
File metadata and controls
111 lines (111 loc) · 2.07 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
[
{
"name" : "French Fries",
"price" : "250.00"
},
{
"name" : "French Fries with Cheese",
"price" : "300.00"
},
{
"name" : "Vegetables and Chilly Cheese",
"price" : "150.00"
}
,
{
"name" : "Veg Pulao",
"price" : "200.00"
},
{
"name" : "Chicken Dum Biryani",
"price" : "250.00"
},
{
"name" : "Veg Shawarama",
"price" : "130.00"
},
{
"name" : "Chicken Shawarama",
"price" : "160.00"
},
{
"name" : "Paneer Shawarama",
"price" : "150.00"
},
{
"name" : "Mushroom Shawarama",
"price" : "150.00"
},
{
"name" : "Pizza with Tomato",
"price" : "140.00"
},
{
"name" : "Pizza with Pepperoni and Pepsi",
"price" : "180.00"
},
{
"name" : "Pizza with Cheese",
"price" : "160.00"
},
{
"name" : "pizza with Paneer",
"price" : "160.00"
},
{
"name" : "chocolate Lava Cake",
"price" : "100.00"
},
{
"name" : "cheesecake and Hot Chocolate",
"price" : "200.00"
},
{
"name" : "ButterMilk",
"price" : "60.00"
},
{
"name" : "Mango Lassi",
"price" : "100.00"
},
{
"name" : "Strawberry Lassi",
"price" : "110.00"
},
{
"name" : "Banana Smoothie",
"price" : "85.00"
},
{
"name" : "Veg Frankie",
"price" : "70.00"
},
{
"name" : "Chicken Tikka Frankie",
"price" : "130.00"
},
{
"name" : "Paneer Tikka Frankie",
"price" : "120.00"
},
{
"name" : "Egg Noodles",
"price" : "90.00"
},
{
"name" : "Chicken Noodles",
"price" : "130.00"
},
{
"name" : "Veg Noodles",
"price" : "110.00"
},
{
"name" : "Butter Naan two pieces",
"price" : "120.00"
},
{
"name" : "Cashew Tomato Curry",
"price" : "150.00"
}
]