-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
63 lines (63 loc) · 1.06 KB
/
db.json
File metadata and controls
63 lines (63 loc) · 1.06 KB
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
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
},
"users": [
{
"name": "Pooja yadav with dk yadav",
"age": "28",
"email": "pooja@gmail.com",
"id": 1
},
{
"name": "Pooja Yadav",
"age": 26,
"email": "pooja@gmail.com",
"id": 2
},
{
"name": "Pooja Yadav with love you",
"age": "26",
"email": "pooja@gmail.com",
"id": 3
},
{
"name": "Pooja Yadav with love 2",
"age": "25",
"email": "pooja@gmail.com",
"id": 4
},
{
"name": "Pooja Yadav with love 2",
"age": "20",
"email": "pooja@gmail.commm",
"id": 5
},
{
"name": "Pooja Yadav with love 2",
"age": 26,
"email": "pooja@gmail.com",
"id": 6
},
{
"name": "Deep yadav",
"age": "23",
"email": "deep@gmail.com",
"id": 7
}
]
}