-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
39 lines (39 loc) · 880 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"orders": [
{
"id": "618b",
"food": "Pizzas",
"foodtype": "Tuna and Wild Tomatoes Pizza",
"quantity": "3",
"address": "himant nagar b4 flat no. 56"
},
{
"id": "f9ff",
"food": "Burgers",
"foodtype": "Sweet Chili Beef Burger",
"quantity": "2",
"address": "Bharti niketan lig-48"
},
{
"id": "4431",
"food": "Salads",
"foodtype": "Sauteed Shrimp Salad",
"quantity": "5",
"address": "Gautam Nagar 45 plot ligma house"
},
{
"id": "2990",
"food": "Desserts",
"foodtype": "Classuc Nut Tart",
"quantity": "3",
"address": "Jojo House Shanu Market behind SBI"
},
{
"id": "daad",
"food": "Desserts",
"foodtype": "Vanilla Creme Brilee",
"quantity": "15",
"address": "Milan Nagar plot no. 25"
}
]
}