mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:38:13 +00:00
11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"title": "My current tasks",
|
|
"tasks": [
|
|
{
|
|
"check": false,
|
|
"done": true,
|
|
"title": "My first task",
|
|
"details": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
|
|
}
|
|
]
|
|
} |