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

12 lines
192 B
JSON

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