-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 1.04 KB
/
db.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
{
"todoItems": [
{
"id": "0f1860kn-f56h-4b1c-850f-6fa93df73b90",
"name": "Go Shopping",
"complete": true,
"priority": "low",
"softDeleted": true
},
{
"id": "0f1828f4-a1ac-nh78-850f-6fa93df73d34",
"name": "Go swimming",
"complete": true,
"priority": "low",
"softDeleted": true
},
{
"id": "0f1828f4-af5c-4b1c-850f-6fa93df44h88",
"name": "Go running",
"complete": false,
"priority": "medium",
"softDeleted": false
},
{
"id": "0o9828f4-af5c-4b6k-850f-6fa93dr34h88",
"name": "Go skating",
"complete": false,
"priority": "high",
"softDeleted": false
},
{
"id": "0b9e8bb5-cfaf-4d43-9980-8b3eac025eae",
"name": "Go sleeping",
"complete": false,
"priority": "low",
"softDeleted": false
},
{
"id": "51d518d6-ff67-4f05-8fee-d5ef15e2530a",
"name": "Go rrrrrrrrrrrrrrrrrrrrrrrrring",
"complete": false,
"priority": "low",
"softDeleted": false
}
]
}