-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson file.txt
More file actions
32 lines (32 loc) · 797 Bytes
/
json file.txt
File metadata and controls
32 lines (32 loc) · 797 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
[
{
"name": "shopping",
"description": "going shopping with friends",
"priority": "High",
"due_date": "2025-05-02"
},
{
"name": "Exam",
"description": "SD1 ICT part 3",
"priority": "High",
"due_date": "2025-04-30"
},
{
"name": "avurudu festival",
"description": "IIT avurudu festival",
"priority": "Low",
"due_date": "2025-04-24"
},
{
"name": "IEEE RAS event",
"description": " workshop on building a line ollowing robot",
"priority": "Medium",
"due_date": "2025-04-25"
},
{
"name": "going to dinner",
"description": "going to dinner with friends",
"priority": "High",
"due_date": "2025-05-03"
}
]