has a node of the template
root: [{
Name:
children:{
count:7
List:{},{},{},{},{},{},{}
}
}]
where every object in List is the same as the root structure.
how to change root into the following template node:
root: [{
Name:
children:[{},{},{},{},{},{},{}]
}]