To-do-List-App/db.json
2020-09-17 08:33:37 +08:00

10 lines
127 B
JSON

{
"tasks": [
{
"title": "Drink Coffee",
"completed": false,
"editing": false,
"id": 1
}
]
}