AIVoice / menu.json
DSatishchandra's picture
Update menu.json
e7f0157 verified
raw
history blame contribute delete
690 Bytes
{
"Starters": {
"Vegan": ["Vegan Spring Rolls", "Vegan Samosa", "Vegan Tofu Skewers"],
"Halal": ["Chicken Wings", "Beef Kofta", "Chicken Samosa"],
"Guilt-Free": ["Veggie Soup", "Grilled Vegetables", "Baked Potato Wedges"]
},
"Main Course": {
"Vegan": ["Vegan Biryani", "Tofu Stir Fry", "Vegan Pizza"],
"Halal": ["Butter Chicken", "Lamb Korma", "Chicken Biryani"],
"Guilt-Free": ["Grilled Salmon", "Quinoa Salad", "Chicken Caesar Salad"]
},
"Desserts": {
"Vegan": ["Vegan Chocolate Cake", "Fruit Salad", "Chia Pudding"],
"Halal": ["Baklava", "Gulab Jamun", "Rice Pudding"],
"Guilt-Free": ["Frozen Yogurt", "Fruit Sorbet", "Vegan Cookies"]
}
}