-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock.json
46 lines (46 loc) · 864 Bytes
/
mock.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
{
"author" : [ {
"id": 1,
"age" : 16,
"name" : "Andy"
},
{
"id": 2,
"age" : 22,
"name" : "Lisa"
},
{
"id": 3,
"age" : 22,
"name" : "Mark"
}
],
"comments" : [
{
"id": 1,
"date" : "03-18-2016",
"message" : "Nice!"
},
{
"id": 2,
"date" : "06-21-2017",
"message" : "Great view!"
}
],
"pictures" : [
{
"id": 1,
"author" : "Lisa",
"description" : "A wonderful view of nature",
"img" : "https://d2lm6fxwu08ot6.cloudfront.net/img-thumbs/960w/8V46UZCS0V.jpg",
"title" : "A natural view"
},
{
"id": 2,
"author" : "Andy",
"description" : "Seaside sunset",
"img" : "https://d2lm6fxwu08ot6.cloudfront.net/img-thumbs/960w/8V46UZCS0V.jpg",
"title" : "Landscape view"
}
]
}