-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrestaurants2.json
45 lines (44 loc) · 1019 Bytes
/
restaurants2.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
{
"data": [
{
"name": "Boba Guys",
"address": "1670 Beverly Blvd",
"latitude": 34.063950,
"longitude": -118.265360,
"drivers": 2,
"menu": [
"strawberry matcha milk tea",
"black sesame latte",
"thai tea"
]
},
{
"name": "Twinkle Brown Sugar",
"address": "131 S Central Ave",
"latitude": 34.048160,
"longitude": -118.239240,
"drivers": 3,
"menu": [
"brown sugar milk tea",
"mango tango green tea",
"rose lychee green tea",
"brown sugar fluffy coffee",
"sea salt iced coffee",
"strawberry green milk tea"
]
},
{
"name": "One Zo",
"address": "500 N Atlantic Blvd",
"latitude": 34.068280,
"longitude": -118.133680,
"drivers": 1,
"menu": [
"one zo boba milk tea",
"caramel milk tea",
"honey green tea",
"one zo fruit tea"
]
}
]
}