add io.ToDoListFromToJSON,

ToDo-List-Editor now can save and load ToDo-lists from&to JSON
This commit is contained in:
Dejan
2021-08-23 22:09:23 +02:00
parent 4ecddf0b65
commit 14c5a9503d
6 changed files with 98 additions and 21 deletions

8
theList.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"id": 0,
"content": "asdfgh",
"done": false,
"deadline": "Feb 2, 2022, 12:00:00 AM"
}
]