You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
354 B
22 lines
354 B
{
|
|
"tasks": [
|
|
{
|
|
"id": 1,
|
|
"text": "Doctors Appointment",
|
|
"day": "May 5th at 2:30pm",
|
|
"reminder": false
|
|
},
|
|
{
|
|
"id": 3,
|
|
"text": "Food Shopping",
|
|
"day": "May 7th at 12:30pm",
|
|
"reminder": true
|
|
},
|
|
{
|
|
"text": "test",
|
|
"day": "sdsd",
|
|
"reminder": false,
|
|
"id": 4
|
|
}
|
|
]
|
|
}
|