mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:28:18 +00:00
12 lines
192 B
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"
|
|
} |