javascript,json,recursion,underscore.js,jqxtreegrid
After binding your source to jqxTreeGrid it a small change it structure: add parent property, and data property, where data - reference to self. As workaround, to avoid infinite recursion you need miss this property, something like function iterate (obj){ _.each(obj, function(ele, inx){ if(typeof (ele) === "object" && ele !==...