-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
69 lines (69 loc) · 1.25 KB
/
Copy pathdb.json
File metadata and controls
69 lines (69 loc) · 1.25 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
64
65
66
67
68
69
{
"posts": [
{
"id": 1,
"title": "Ratione aut corrupti",
"author": "Est veritatis elit"
},
{
"id": 2,
"title": "Voluptatibus et labo",
"author": "Sed id earum ea ea "
},
{
"id": 3,
"title": "Placeat officiis ut",
"author": "Distinctio Recusand"
},
{
"id": 4,
"title": "Ducimus voluptatibu",
"author": "Debitis quisquam cum"
},
{
"id": 5,
"title": "Incididunt nisi ad o",
"author": "Dolor veritatis ipsa"
},
{
"id": 6,
"title": "test",
"author": "wqey oa"
},
{
"id": 7,
"title": "Voluptatum qui quae ",
"author": "Fugiat voluptatem qu"
},
{
"id": 8,
"title": "Distinctio Nemo nos",
"author": "Quia distinctio Rep"
},
{
"id": 9,
"title": "Unde minus nisi enim",
"author": "Eos architecto ab vo"
}
],
"users": [
{
"id": 1,
"name": "John",
"email": "john@email.com",
"address": "Kathmadnu"
},
{
"id": 2,
"name": "Max",
"email": "mohn@email.com",
"address": "Jhapa"
},
{
"id": 3,
"name": "Drax",
"email": "drax@email.com",
"address": "Kailali"
}
]
}