How to load a Json to a WebTreeView

TWebTreeView does not have a built-in method to load from JSON data.
You'd need to parse the JSON at application level and then assign this parsed data to treeview nodes.