-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
103 lines (103 loc) · 1.72 KB
/
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
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
94
95
96
97
98
99
100
101
102
103
{
"posts": [
{
"id": "814a",
"title": "Dubliners",
"status": true,
"views": 0
},
{
"id": "1c70",
"title": "Dao De Jing: A Minimalist Translation",
"status": true,
"views": 0
},
{
"id": "ad56",
"title": "Romeo and Juliet",
"status": false,
"views": 0
},
{
"id": "4f40",
"title": "The Odyssey",
"status": true,
"views": 0
},
{
"id": "7d2e",
"title": "Treasure Island",
"status": true,
"views": 0
},
{
"id": "93a2",
"title": "The Moviegoer",
"status": false,
"views": 0
},
{
"id": "f770",
"title": "To the Lighthouse",
"status": false,
"views": 0
},
{
"id": "cbab",
"title": "I, Claudius",
"status": true,
"views": 0
},
{
"id": "32ce",
"title": "And Then There Were None",
"status": true,
"views": 0
},
{
"id": "883c",
"title": "Watchmen",
"status": false,
"views": 0
},
{
"id": "85f9",
"title": "Brideshead Revisited",
"status": false,
"views": 0
},
{
"id": "ecc9",
"title": "Dora",
"status": false,
"views": 0
},
{
"id": "de70",
"title": "Bible",
"status": false,
"views": 0
},
{
"id": "e8b6",
"title": "A Confederacy of Dunces",
"status": false,
"views": 0
}
],
"comments": [
{
"id": "1",
"text": "a comment about post 1",
"postId": "1"
},
{
"id": "2",
"text": "another comment about post 1",
"postId": "1"
}
],
"profile": {
"name": "typicode"
}
}