Different loading modes

To load the tree from JSON you need to have a JSON object or a file.


reload from JSON object (textarea)
load from external JSON file

Format of JSON.
{ id:ID, attributes.... , item:[ array of child objects ]}