Able to store the tree in local storage for persistence using JSON.stringify.
But while retrieving/parsing the JSON data into a variable only the root node is being parsed with the data type of TreeModel, the child nodes are just being parsed as key-value pairs.
Is there a way to store tree persistently if there are more than 100 children?