-
Notifications
You must be signed in to change notification settings - Fork 0
/
restaurant.json
69 lines (69 loc) · 1.57 KB
/
restaurant.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[{
"restaurantName": "Restaurant Royal",
"address": "39 Rue des Petites Akwa, 75010 Douala",
"lat": 4.0410564,
"long": 9.7678687,
"ratings": [{
"stars": 4,
"comment": "Great! But not many veggie options."
},
{
"stars": 5,
"comment": "My favorite restaurant!"
}
]
},
{
"restaurantName": "La Fouchette",
"address": "4 Rue akwa, 75018 Douala",
"lat": 4.0510564,
"long": 9.7678687,
"ratings": [{
"stars": 5,
"comment": "Tiny pizzeria next to Sacre Coeur!"
},
{
"stars": 3,
"comment": "Meh, it was fine too for me."
}
]
},
{
"restaurantName": "Tata NICOLE",
"address": "4 Rue akwa, 75015 Douala",
"lat": 4.0310564,
"long": 9.6998687,
"ratings": [{
"stars": 5,
"comment": "Great restaurant"
},
{
"stars": 3,
"comment": "Meh, it was fine for me."
}
]
},
{
"restaurantName": "nooutidev Eat",
"address": "4 Rue Akwa Nord, 75015 Douala",
"lat": 4.0910554,
"long": 9.7278477,
"ratings": [{
"stars": 5,
"comment": "Great restaurant"
},
{
"stars": 2,
"comment": "No 100ù good.."
},
{
"stars": 1,
"comment": "bad restaurant."
},
{
"stars": 4,
"comment": "Like it !."
}
]
}
]