-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
46 lines (46 loc) · 818 Bytes
/
db.json
File metadata and controls
46 lines (46 loc) · 818 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
41
42
43
44
45
46
{
"tasks": [
{
"id": 1,
"text": "Doctors Appointment",
"day": "May 5th at 2:30pm",
"reminder": true
},
{
"id": 3,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": true
},
{
"id": 4,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": true
},
{
"id": 5,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": true
},
{
"id": 6,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": true
},
{
"text": "Efasdfdf",
"day": "asd asd",
"reminder": true,
"id": 7
},
{
"text": "emmanuel_haanks",
"day": "asd asd",
"reminder": true,
"id": 8
}
]
}