I would like to create the following JSON object in ESQL and put it on the SET OutputRoot.JSON.Data. How do I do that?
{
"active" : [ {"name" : "test"},
{"name": "test2"}]
"inactive" : [ {"name" : "test3"}]
}
There is a standard procedure for IIB developers who want to output a specific format of XML/JSON: