sample-process-models/misc/qa/forms/guest-form1/test4-exampledata.json
2024-07-15 10:51:00 -04:00

21 lines
319 B
JSON

{
"firstName": "Chuck",
"check2": false,
"check3": true,
"driving": true,
"favoriteFruit": "apples",
"fruits": [
{
"value": "apples",
"label": "Apples"
},
{
"value": "oranges",
"label": "Oranges"
},
{
"value": "bananas",
"label": "Bananas"
}
]
}