mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:38:29 +00:00
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"city": "{\"name\":\"Canacona\",\"state\":\"Karnataka\",\"country\":\"India\"}",
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |