DSatishchandra commited on
Commit
9b29b57
1 Parent(s): f3282ff

Create menu.json

Browse files
Files changed (1) hide show
  1. menu.json +14 -0
menu.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Vegan": [
3
+ {"name": "Grilled Veggie Bowl", "price": "$10"},
4
+ {"name": "Tofu Salad", "price": "$8"}
5
+ ],
6
+ "Halal": [
7
+ {"name": "Chicken Biryani", "price": "$12"},
8
+ {"name": "Lamb Kebabs", "price": "$15"}
9
+ ],
10
+ "Guilt-Free": [
11
+ {"name": "Quinoa Salad", "price": "$9"},
12
+ {"name": "Grilled Fish", "price": "$14"}
13
+ ]
14
+ }