mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
21 lines
319 B
JSON
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"
|
|
}
|
|
]
|
|
} |