-
Notifications
You must be signed in to change notification settings - Fork 1
/
review.json
93 lines (92 loc) · 2 KB
/
review.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{ "id":1,
"owner":1,
"bname":"Evergreen",
"baddress":"426 Nw 11th",
"bcity": "Corvallis",
"bstate":"OR",
"bzip":"973300",
"bphone":"564654",
"reviews":[{
"bstar": "4",
"bdollar":"2",
"breview":" They have amazing variety of dishes to try"
}],
"photo":[{
"pid": 1,
"bphoto":"capture.jpg",
"caption": " This is a sample image of business id 1" }]
},
{ "id":2,
"owner":2,
"bname": "Shalimaar",
"baddress": "26 Nw 11th",
"bcity": "Corvallis",
"bstate":"OR",
"bzip":"97330",
"bphone":"5468725",
"reviews":[{
"bstar": "4",
"bdollar":"5",
"breview":" They have amazing variety of dishes to try"
}],
"photo":[{
"pid": 2,
"bphoto":"xyz.jpg",
"caption": " This is a sample imag of business id 2" }]
},
{ "id":3,
"owner":1,
"bname": "Foodplaza",
"baddress": "6 Nw 11th",
"bcity": "Corvallis",
"bstate":"OR",
"bzip":"37333",
"bphone":"546875",
"reviews":[{
"bstar": "3",
"bdollar":"1",
"breview":" They have amazing variety of dishes to try"
}],
"photo":[{
"pid": 3,
"bphoto":"abc.jpg",
"caption": " This is a sample image of business id 3" }]
},
{ "id":4,
"owner":1,
"bname": " ThaiChilli",
"baddress": "258 Nw 11th",
"bcity": "Corvallis",
"bstate":"OR",
"bzip":"97552",
"bphone":"5460525",
"reviews":[{
"bstar": "2",
"bdollar":"1",
"breview":" Give it a try."
}],
"photo":[{
"pid": 4,
"bphoto":"cde.jpg",
"caption": " This is a sample image of business id 4" }]
},
{ "id":5,
"owner":3,
"bname": "DownwardDog",
"baddress": "55 Nw 11th",
"bcity": "Corvallis",
"bstate":"OR",
"bzip":"97665",
"bphone":"5478725",
"reviews":[{
"bstar": "4",
"bdollar":"4",
"breview":" Don't eat from here"
}],
"photo":[{
"pid": 4,
"bphoto":"mnc.jpg",
"caption": " This is a sample image of business id 5" }]
}
]