Food_Order / menu.json
neerajkalyank's picture
Update menu.json
6f72718 verified
raw
history blame contribute delete
796 Bytes
{
"menu": [
{ "id": 1, "name": "Butter Chicken", "type": "Non-Vegetarian", "price": 250 },
{ "id": 2, "name": "Paneer Tikka", "type": "Vegetarian", "price": 200 },
{ "id": 3, "name": "Dal Makhani", "type": "Vegetarian", "price": 180 },
{ "id": 4, "name": "Chicken Biryani", "type": "Non-Vegetarian", "price": 300 },
{ "id": 5, "name": "Veg Biryani", "type": "Vegetarian", "price": 220 },
{ "id": 6, "name": "Roti", "type": "Vegetarian", "price": 20 },
{ "id": 7, "name": "Naan", "type": "Vegetarian", "price": 30 },
{ "id": 8, "name": "Tandoori Chicken", "type": "Non-Vegetarian", "price": 350 },
{ "id": 9, "name": "Mixed Veg Curry", "type": "Vegetarian", "price": 180 },
{ "id": 10, "name": "Fish Curry", "type": "Non-Vegetarian", "price": 320 }
]
}