-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
40 lines (40 loc) · 700 Bytes
/
db.json
File metadata and controls
40 lines (40 loc) · 700 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"tasks": [
{
"text": "Open Ids Today",
"reminder": true,
"day": "Wednessday 20th at 3:00px",
"id": 1
},
{
"text": "asasa",
"reminder": true,
"day": "Wednessday 20th at 3:00pm",
"id": 2
},
{
"text": "Aimes",
"reminder": true,
"day": "Wednessday 20th at 3:00pm",
"id": 3
},
{
"text": "Uche",
"reminder": false,
"day": "Wednessday 20th at 3:00pm",
"id": 4
},
{
"text": "Keeed",
"reminder": true,
"day": "Wednessday 20th at 3:00pm",
"id": 5
},
{
"text": "Aimes",
"reminder": false,
"day": "",
"id": 6
}
]
}