Get the JSON data objects collection of the selected nodes in zTree.
Please use zTree object to executing the method.
The JSON data objects collection of the selected nodes.
var treeObj = $.fn.zTree.getZTreeObj("tree");
var nodes = treeObj.getSelectedNodes();