-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
64 lines (64 loc) · 1.08 KB
/
data.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
54
55
56
57
58
59
60
61
62
63
64
{
"tasks": [
{
"id": 322,
"title": "Do the dishes",
"completed": false
},
{
"id": 156,
"title": "Do the laundry",
"completed": true
},
{
"id": 111,
"title": "Walk the dog",
"completed": false
},
{
"id": 424,
"title": "Take out the trash",
"completed": true
},
{
"id": 125,
"title": "Vacuum the floor",
"completed": false
},
{
"id": 656,
"title": "Mow the lawn",
"completed": true
},
{
"id": 347,
"title": "Do the grocery shopping",
"completed": false
},
{
"id": 712,
"title": "Wash the car",
"completed": true
},
{
"id": 850,
"title": "Clean the bathroom",
"completed": true
},
{
"id": 999,
"title": "Change the bed sheets",
"completed": true
},
{
"id": 555,
"title": "Check that the data service works",
"completed": false
},
{
"id": 78435275,
"title": "Add a new task",
"completed": true
}
]
}