-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 809 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"posts": [
{
"title": "4231",
"body": "gsf",
"tags": [
"sdfgsdfg",
"dfsfdgsdfg",
"dfgsgfsdg"
],
"date": "2023-06-11T14:45:15.872Z",
"id": 22
},
{
"title": "First article",
"body": "sdfgsfdg",
"tags": [
"sdfgdfsg"
],
"date": "2023-06-11T14:18:15.067Z",
"id": 23
},
{
"title": "Second article",
"body": "fvgsdfgsdgdsfgsdgsdfgsdfgvsdfgsdfg",
"tags": [
"dfsgsdfgsdfg"
],
"date": "2023-06-11T14:46:06.129Z",
"id": 24
},
{
"title": "fdgfdg",
"body": "dgdf",
"tags": [
""
],
"date": "2023-06-22T21:17:36.804Z",
"id": 25
}
],
"comments": [],
"profile": {
"name": "typicode"
}
}