forked from Kamidu/Rest-Test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
25 lines (24 loc) · 720 Bytes
/
db.json
File metadata and controls
25 lines (24 loc) · 720 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
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
<<<<<<< HEAD
{ "id": 3, "title": "Post 3" }
{ "id": 8, "title": "judith" }
=======
{ "id": 3, "title": "Post 3" },
{ "id": 4, "title": "Mahesh" }
>>>>>>> 99db630f1f38213990bd97ff08a7aee856aecb08
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 12345 },
{ "id": 2, "body": "some comment", "postId": 23456 },
{ "id": 3, "body": "some comment", "postId": 34567 },
{ "id": 4, "body": "some comment", "postId": 45678 },
{ "id": 5, "body": "some comment", "postId": 56789 },
{ "id": 6, "body": "some comment", "postId": 67890 }
],
"profile": {
"name": "typicode"
}
}