DSatishchandra commited on
Commit
7c354b2
·
verified ·
1 Parent(s): 4cd8eb4

Create menu.json

Browse files
Files changed (1) hide show
  1. menu.json +17 -0
menu.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Starters": {
3
+ "Vegan": ["Vegan Spring Rolls", "Vegan Samosa", "Vegan Tofu Skewers"],
4
+ "Halal": ["Chicken Wings", "Beef Kofta", "Chicken Samosa"],
5
+ "Guilt-Free": ["Veggie Soup", "Grilled Vegetables", "Baked Potato Wedges"]
6
+ },
7
+ "Main Course": {
8
+ "Vegan": ["Vegan Biryani", "Tofu Stir Fry", "Vegan Pizza"],
9
+ "Halal": ["Butter Chicken", "Lamb Korma", "Chicken Biryani"],
10
+ "Guilt-Free": ["Grilled Salmon", "Quinoa Salad", "Chicken Caesar Salad"]
11
+ },
12
+ "Desserts": {
13
+ "Vegan": ["Vegan Chocolate Cake", "Fruit Salad", "Chia Pudding"],
14
+ "Halal": ["Baklava", "Gulab Jamun", "Rice Pudding"],
15
+ "Guilt-Free": ["Frozen Yogurt", "Fruit Sorbet", "Vegan Cookies"]
16
+ }
17
+ }