File size: 796 Bytes
eedf5d1
 
 
 
 
 
 
586d288
 
 
 
6f72718
eedf5d1
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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 }
  ]
}