-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomment.json
55 lines (55 loc) · 1.75 KB
/
comment.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
{
"comments": [
{
"commentId": 1,
"writerId": 1,
"writerNickname": "권동욱",
"articleId": 1,
"content": "첫번째 오리진 댓글",
"parentId": null,
"createdAt": "2023-12-11T01:37:42.677525",
"children": [
{
"commentId": 4,
"writerId": 1,
"writerNickname": "권동욱",
"articleId": 1,
"content": "대댓글 테스트",
"parentId": 1,
"createdAt": "2023-12-11T01:37:58.04026",
"children": null
},
{
"commentId": 5,
"writerId": 2,
"writerNickname": "박효정",
"articleId": 1,
"content": "대댓글 테스트2",
"parentId": 1,
"createdAt": "2023-12-11T01:37:58.741803",
"children": null
},
{
"commentId": 6,
"writerId": 2,
"writerNickname": "박효정",
"articleId": 1,
"content": "대댓글 테스트3",
"parentId": 1,
"createdAt": "2023-12-11T01:38:03.365343",
"children": null
}
]
},
{
"commentId": 2,
"writerId": 3,
"writerNickname": "박아리",
"articleId": 1,
"content": "나도",
"parentId": null,
"createdAt": "2023-12-11T01:37:43.325893",
"children": []
}
]
}