mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 07:35:14 +00:00
15 lines
447 B
JSON
15 lines
447 B
JSON
{
|
|
"title": "My current tasks",
|
|
"tasks": [
|
|
{
|
|
"title": "My first task",
|
|
"details": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
|
"done": true
|
|
},
|
|
{
|
|
"title": "My second task",
|
|
"details": "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur",
|
|
"done": false
|
|
}
|
|
]
|
|
} |