mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:08:10 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"title": "My Title",
|
|
"tasks": [
|
|
{
|
|
"done": false,
|
|
"title": "task number one",
|
|
"details": "is a very fine task"
|
|
}
|
|
]
|
|
} |