-
Notifications
You must be signed in to change notification settings - Fork 0
/
serverdb.test.json
77 lines (77 loc) · 1.69 KB
/
serverdb.test.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
{
"cards": [
{
"title": "Title 0",
"language": "Language 0",
"code": "Code sample 0",
"redditUrl": "https://www.reddit.com/r/adventofcode/comments/rf7onx/comment/hocl0cq",
"id": 0,
"likes": 1,
"time": "2022-01-01T17:03:18.412Z",
"comments": [],
"redditData": {
"score": 13,
"author": "4HbQ",
"replies": 1
}
},
{
"title": "Title 1",
"language": "Language 1",
"code": "Code sample 1",
"redditUrl": "https://www.reddit.com/r/adventofcode/comments/rbj87a/comment/hnpgp65",
"id": 1,
"likes": 2,
"time": "2022-01-02T17:10:03.797Z",
"comments": [
1
],
"redditData": {
"score": 19,
"author": "frankbsad",
"replies": 2
}
},
{
"title": "Title 2",
"language": "Language 2",
"code": "Code sample 2",
"redditUrl": "https://www.reddit.com/r/adventofcode/comments/rbj87a/comment/hnoyy04",
"id": 2,
"likes": 3,
"time": "2022-01-03T17:07:48.747Z",
"comments": [
0,
2
],
"redditData": {
"score": 94,
"author": "4HbQ",
"replies": 10
}
}
],
"comments": [
{
"content": "Comment 0",
"parent": 2,
"id": 0,
"time": "2022-01-06T17:08:05.720Z",
"lastEdited": "2022-01-06T17:08:17.708Z"
},
{
"content": "Comment 1",
"parent": 1,
"id": 1,
"time": "2022-01-06T17:10:34.120Z",
"lastEdited": null
},
{
"content": "Comment 2",
"parent": 2,
"id": 2,
"time": "2022-01-06T17:12:33.297Z",
"lastEdited": "2022-01-06T17:12:51.549Z"
}
]
}