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

10 lines
149 B
JSON

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