Complex tree structure. Tree structure implementation with utility functions.
Serialized tree structure is flat record<string, object> this makes this structure easier to manage, update, and parse.
merge
- Merge two tree structuretoFlat
- Return regular tree structuretoJSON
- Serializes Tree structure to JSONclone
- Clones current tree
Coming soon.