JSON open state

Hello,



is there a possibility with a JSON object to specify the open state of a node, like in XML with ?



Thanks in advance and best regards

If dhtmlxgrid_json.js used, it can be done by

{ id:“some”,
open:true,
data:[…

technically , object properties treated in same way as attributes of row tag, so you can use them in the same way.