mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
23 lines
322 B
JSON
23 lines
322 B
JSON
|
{
|
||
|
"hungry": false,
|
||
|
"": false,
|
||
|
"h": false,
|
||
|
"hu": false,
|
||
|
"Hungry": false,
|
||
|
"Hu": false,
|
||
|
"done": false,
|
||
|
"fruits": [
|
||
|
{
|
||
|
"value": "apples",
|
||
|
"label": "Apples"
|
||
|
},
|
||
|
{
|
||
|
"value": "oranges",
|
||
|
"label": "Oranges"
|
||
|
},
|
||
|
{
|
||
|
"value": "bananas",
|
||
|
"label": "Bananas"
|
||
|
}
|
||
|
]
|
||
|
}
|