mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 18:38:11 +00:00
18 lines
250 B
JSON
18 lines
250 B
JSON
{
|
|
"firstName": "Ana l",
|
|
"done": true,
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |