mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
17 lines
239 B
JSON
17 lines
239 B
JSON
|
{
|
||
|
"favoriteFruit": "apples",
|
||
|
"fruits": [
|
||
|
{
|
||
|
"value": "apples",
|
||
|
"label": "Apples"
|
||
|
},
|
||
|
{
|
||
|
"value": "oranges",
|
||
|
"label": "Oranges"
|
||
|
},
|
||
|
{
|
||
|
"value": "bananas",
|
||
|
"label": "Bananas"
|
||
|
}
|
||
|
]
|
||
|
}
|