Jquery Fancy Tree Jquery FancyTree is a Javascript tree view/tree grid plugin to display JSON objects in a folder structure representing parent and child entities in a form of folders(file structure). An example of data that can be present in this form can be shown as [ {"title": "Books", "expanded": true, "folder": true, "children": [ {"title": "Art of War", "type": "book", "author": "Sun Tzu",..