mar10/fancytree

View on GitHub
demo/ajax-tree-taxonomy.json

Summary

Maintainability
Test Coverage
[
    {"title": "Animalia", "expanded": true, "folder": true, "children": [
        {"title": "Chordate", "folder": true, "children": [
            {"title": "Mammal", "children": [
                {"title": "Primate", "children": [
                    {"title": "Primate", "children": [
                    ]},
                    {"title": "Carnivora", "children": [
                    ]}
                ]},
                {"title": "Carnivora", "children": [
                    {"title": "Felidae", "lazy": true}
                ]}
            ]}
        ]},
        {"title": "Arthropoda", "expanded": true, "folder": true, "children": [
            {"title": "Insect", "children": [
                {"title": "Diptera", "lazy": true}
            ]}
        ]}
    ]}
]