JSON Preview
[
{
"title": "Item1",
"isLeaf": true
},
{
"title": "Item2",
"isLeaf": true,
"data": {
"visible": false,
"renameNode": true
}
},
{
"title": "Folder1"
},
{
"title": "Folder2",
"isExpanded": true,
"children": [
{
"title": "Item3",
"isLeaf": true
},
{
"title": "Item4",
"isLeaf": true
},
{
"title": "Folder3",
"children": [
{
"title": "Item5",
"isLeaf": true
}
]
}
]
},
{
"title": "Folder5",
"isExpanded": false
},
{
"title": "Item6",
"isLeaf": true
},
{
"title": "Item7",
"isLeaf": true,
"data": {
"visible": false
}
},
{
"title": "Folder6",
"children": [
{
"title": "Folder7",
"children": [
{
"title": "Item8",
"isLeaf": true
},
{
"title": "Item9",
"isLeaf": true
}
]
}
]
}
]