demo-process-models/playground/matplus/dan-funk/simple-user-task-exampledata.json

13 lines
182 B
JSON

{
"title": "My Title",
"tasks": [
{
"done": false,
"title": "task number one",
"details": "is a very fine task"
},
{
"done": false
}
]
}