-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
48 lines (48 loc) · 1.15 KB
/
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
40
41
42
43
44
45
46
47
48
{
"resturants": [
{
"id": 1,
"address": "5th avenue newyork 68",
"foodType": ["Apple juice ", "BB.q"],
"ratings": 24,
"likes": 4,
"deliveryTime": 30,
"checkoutTime": "50",
"paymentType": ["cash", "paypal"],
"resturantHeadline":"Dominos Pizza"
},
{
"id": 2,
"address": "Motorway road street #8",
"foodType": ["Apple juice ", "BB.q"],
"ratings": 24,
"likes": 4,
"deliveryTime": 30,
"checkoutTime": "50",
"paymentType": ["cash", "paypal"],
"resturantHeadline":"Dominos Pizza"
},
{
"id": 3,
"address": "Mardan Road Charsadda",
"foodType": ["Rice", "BB.q"],
"ratings": 24,
"likes": 4,
"deliveryTime": 30,
"checkoutTime": "50",
"paymentType": ["cash", "paypal"],
"resturantHeadline":"Dominos Pizza"
},
{
"id": 4,
"address": "Prang mian kali charsadda",
"foodType": ["sweets", "BB.q"],
"ratings": 24,
"likes": 4,
"deliveryTime": 30,
"checkoutTime": "50",
"paymentType": ["cash", "paypal"],
"resturantHeadline":"Dominos Pizza"
}
]
}