add io.ToDoListFromToJSON,
ToDo-List-Editor now can save and load ToDo-lists from&to JSON
This commit is contained in:
8
theList.json
Normal file
8
theList.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"id": 0,
|
||||
"content": "asdfgh",
|
||||
"done": false,
|
||||
"deadline": "Feb 2, 2022, 12:00:00 AM"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user