mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 20:18:16 +00:00
17 lines
234 B
JSON
17 lines
234 B
JSON
{
|
|
"firstName": "Chuck",
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |