forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
32 lines (32 loc) · 1002 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
{
"reviews": [
{
"id": 1,
"name": "Cody Uptain",
"review": "Such a great service! I love them, they are the best.",
"starRating": 5,
"date": 1605646877
},
{
"id": 2,
"name": "Trevor Howard",
"review": "Love the company, 4 stars across the board.",
"starRating": 4,
"date": 1605642833
},
{
"id": 3,
"name": "John Doe",
"review": "WOW! Every interaction I have with this company is professional, cheerful and efficient. The owners and staff are unbelievably responsive, helpful and always willing to go the extra mile and I am a small account for them.",
"starRating": 5,
"date": 1605642222
},
{
"id": 4,
"name": "Jane Lewis",
"review": "Sotellus has been a great addition to our office. It has taken stress off us by allowing our patients greater access and ease of providing reviews and testimonials. ",
"starRating": 5,
"date": 1605542833
}
]
}