mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:18:14 +00:00
19 lines
280 B
JSON
19 lines
280 B
JSON
{
|
|
"firstName": "Chuck",
|
|
"done": false,
|
|
"favoriteFruit": "apples",
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |