-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
executable file
·154 lines (154 loc) · 3.2 KB
/
Copy pathdb.json
File metadata and controls
executable file
·154 lines (154 loc) · 3.2 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"todos": [
{
"details": "Go to the market to buy carrots",
"done": false,
"id": 1,
"title": "Buy grocery"
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 2,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": false,
"id": 3,
"title": "Fix the refrigerator"
},
{
"id": 4,
"title": "Buy grocery",
"details": "Go to the market to buy carrots",
"done": false
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 5,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": true,
"id": 6,
"title": "Fix the refrigerator"
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 7,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": false,
"id": 8,
"title": "Fix the refrigerator"
},
{
"id": 9,
"title": "Buy grocery",
"details": "Go to the market to buy carrots",
"done": false
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 10,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": false,
"id": 11,
"title": "Fix the refrigerator"
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 12,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": false,
"id": 13,
"title": "Fix the refrigerator"
},
{
"id": 14,
"title": "Buy grocery",
"details": "Go to the market to buy carrots",
"done": false
},
{
"details": "Chat with your friends about last night match",
"done": false,
"id": 15,
"title": "Chat with friends"
},
{
"details": "Call the customer service",
"done": false,
"id": 16,
"title": "Fix the refrigerator"
},
{
"details": "",
"done": false,
"title": "",
"id": 17
},
{
"details": "Hello World Description",
"done": false,
"title": "Hello World Title",
"id": 18
},
{
"details": "Hello 2 Description",
"done": false,
"title": "Hello 2 Title",
"id": 19
},
{
"details": "Hello 3 Description",
"done": false,
"title": "Hello 3 Title",
"id": 20
},
{
"details": "allo Description",
"done": false,
"title": "allo Title",
"id": 21
},
{
"details": "sada Description",
"done": false,
"title": "sada Title",
"id": 22
},
{
"details": "ddsa Description",
"done": false,
"title": "ddsa Title",
"id": 23
},
{
"details": "dsa Description",
"done": false,
"id": 24,
"title": "dsa Title"
},
{
"details": "dsa Description",
"done": true,
"id": 25,
"title": "dsa Title"
}
]
}