-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.json
53 lines (53 loc) · 1.33 KB
/
todo.json
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
{
"tasks": [
{
"description": "este es un documento con priority 1",
"deadline": "2022-07-30 23:29:49.074971",
"id": 40,
"priority": 1,
"state": 0
},
{
"description": "Primer pendiente y por eso el mejor",
"deadline": "2022-06-04 23:29:49.074971",
"id": 12,
"priority": 0,
"state": 0
},
{
"id": 23,
"priority": 0,
"description": "pendiente con tres dias",
"state": 0,
"deadline": "2022-07-23 00:33:48.589942"
},
{
"description": "crear clase de validator",
"deadline": "None",
"id": 13,
"priority": 0,
"state": 0
},
{
"id": 23,
"priority": 0,
"description": "pendiente sin deadline",
"state": 0,
"deadline": "None"
},
{
"id": 23,
"priority": 0,
"description": "pendiente sin deadline",
"state": 0,
"deadline": "None"
},
{
"description": "organizar clases",
"deadline": "None",
"id": 22,
"priority": 0,
"state": 1
}
]
}