-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdb.json
More file actions
94 lines (94 loc) · 1.88 KB
/
Copy pathdb.json
File metadata and controls
94 lines (94 loc) · 1.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"todos": [
{
"userId": "1",
"id": "1",
"title": "delectus aut autem",
"completed": false
},
{
"userId": "1",
"id": "2",
"title": "quis ut nam facilis et officia qui",
"completed": false
},
{
"userId": "1",
"id": "3",
"title": "fugiat veniam minus",
"completed": false
},
{
"userId": "1",
"id": "4",
"title": "et porro tempora",
"completed": true
},
{
"userId": "1",
"id": "5",
"title": "laboriosam mollitia et enim quasi adipisci quia provident illum",
"completed": false
},
{
"userId": "1",
"id": "6",
"title": "qui ullam ratione quibusdam voluptatem quia omnis",
"completed": false
},
{
"userId": "1",
"id": "7",
"title": "illo expedita consequatur quia in",
"completed": false
},
{
"userId": "1",
"id": "8",
"title": "quo adipisci enim quam ut ab",
"completed": true
},
{
"userId": "1",
"id": "9",
"title": "molestiae perspiciatis ipsa",
"completed": false
},
{
"userId": "1",
"id": "10",
"title": "illo est ratione doloremque quia maiores aut",
"completed": true
},
{
"userId": "1",
"id": "11",
"title": "vero rerum temporibus dolor",
"completed": true
},
{
"userId": "1",
"id": "12",
"title": "ipsa repellendus fugit nisi",
"completed": true
},
{
"userId": "1",
"id": "13",
"title": "et doloremque nulla",
"completed": false
},
{
"userId": "1",
"id": "14",
"title": "repellendus sunt dolores architecto voluptatum",
"completed": true
},
{
"userId": "1",
"id": "15",
"title": "ab voluptatum amet voluptas",
"completed": true
}
]
}