Spaces:
Sleeping
Sleeping
Update menu.json
Browse files
menu.json
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
{ "id": 3, "name": "Dal Makhani", "type": "Vegetarian", "price": 180 },
|
6 |
{ "id": 4, "name": "Chicken Biryani", "type": "Non-Vegetarian", "price": 300 },
|
7 |
{ "id": 5, "name": "Veg Biryani", "type": "Vegetarian", "price": 220 },
|
8 |
-
{ "id": 6, "name": "
|
9 |
-
{ "id": 7, "name": "
|
10 |
-
{ "id": 8, "name": "
|
11 |
-
{ "id": 9, "name": "
|
12 |
-
{ "id": 10, "name": "
|
13 |
]
|
14 |
}
|
|
|
5 |
{ "id": 3, "name": "Dal Makhani", "type": "Vegetarian", "price": 180 },
|
6 |
{ "id": 4, "name": "Chicken Biryani", "type": "Non-Vegetarian", "price": 300 },
|
7 |
{ "id": 5, "name": "Veg Biryani", "type": "Vegetarian", "price": 220 },
|
8 |
+
{ "id": 6, "name": "Roti", "type": "Vegetarian", "price": 20 },
|
9 |
+
{ "id": 7, "name": "Naan", "type": "Vegetarian", "price": 30 },
|
10 |
+
{ "id": 8, "name": "Tandoori Chicken", "type": "Non-Vegetarian", "price": 350 },
|
11 |
+
{ "id": 9, "name": "Mixed Veg Curry", "type": "Vegetarian", "price": 180 },
|
12 |
+
{ "id": 10, "name": "Fish Curry", "type": "Non-Vegetarian", "price": 320 }
|
13 |
]
|
14 |
}
|