-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathdb.json
More file actions
35 lines (35 loc) · 663 Bytes
/
Copy pathdb.json
File metadata and controls
35 lines (35 loc) · 663 Bytes
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
{
"posts": [
{
"id": "1",
"title": "Post One",
"body": "This is the post body",
"publishedAt": "2020-10-02"
},
{
"id": "2",
"title": "Post Two",
"body": "This is the post body",
"publishedAt": "10-01-2020"
},
{
"id": "3",
"title": "Post Three",
"body": "This is the post body",
"publishedAt": "10-01-2020"
},
{
"title": "Post Four",
"body": "This is the body for post 4",
"publishedAt": "2020-10-06",
"id": "DdCICG7"
}
],
"users": [
{
"id": "1",
"name": "John Smith",
"email": "john@example.com"
}
]
}