I want to create a JSON object with the below pattern either using existing VBOs(Ex:Utility-JSON) or by using C# or vb code in the codestage.
{
"name": "sample",
"def": [
{
"setId": 1,
"setDef": [
{
"name": "ABC",
"type": "STRING"
},
{
"name": "XYZ",
"type": "STRING"
}
]
}
]
}
Any thoughts/help on the above one is appreciated.
Thanks