-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
44 lines (44 loc) · 1.01 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
[
{
"key": "todo:1",
"value": {
"id": "1",
"name": "Deploy an amazing Serverless Cloud app",
"status": "complete",
"completed": "2021-07-01T12:00:00.000Z",
"createdAt": 1627316142196
},
"label1": "complete:2021-07-01T012:00:00.000Z"
},
{
"key": "todo:2",
"value": {
"id": "2",
"name": "Read the Serverless Cloud docs",
"status": "incomplete",
"createdAt": 1627316142196
},
"label1": "incomplete:9999"
},
{
"key": "todo:3",
"value": {
"id": "3",
"name": "Share a preview of my app by running `cloud share`",
"status": "incomplete",
"createdAt": 1627316142196
},
"label1": "incomplete:9999"
},
{
"key": "todo:4",
"value": {
"id": "4",
"name": "Tell all my friends how awesome Serverless Cloud is!",
"duedate": "2021-07-09T00:00:00.000Z",
"status": "incomplete",
"createdAt": 1627316142196
},
"label1": "incomplete:2021-07-09T00:00:00.000Z"
}
]