demo-process-models/playground/emerson/test3/Test form-exampledata.json

22 lines
334 B
JSON

{
"firstName": "Ana",
"done": false,
"fruits": [
{
"value": "CtC",
"label": "Credit to Cash"
},
{
"value": "ItP",
"label": "Invoice to Pay"
},
{
"value": "RtR",
"label": "Record to Report"
},
{
"value": "CI"
"label": "Continuous Improvement"}
}
]
}