[
    {
        "id"      : 1,
        "isLeaf"  : false,
        "name"    : "neo.mjs",
        "parentId": null
    },
    {
        "fileName": "01_Concept.json",
        "id"      : 2,
        "isLeaf"  : true,
        "name"    : "Concept",
        "parentId": 1,
        "type"    : "json"
    },
    {
        "fileName": "11_CreateApp.html",
        "id"      : 3,
        "isLeaf"  : true,
        "name"    : "create-app script",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "fileName": "02_ClassSystem.html",
        "id"      : 4,
        "isLeaf"  : true,
        "name"    : "Class System",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "fileName": "03_ComponentLifecycle.html",
        "id"      : 5,
        "isLeaf"  : true,
        "name"    : "Component Lifecycle",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "fileName": "08_DomEvents.html",
        "id"      : 6,
        "isLeaf"  : true,
        "name"    : "Dom Events",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "fileName": "04_VdomVnode.html",
        "id"      : 7,
        "isLeaf"  : true,
        "name"    : "Vdom & Vnodes",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "fileName": "05_RemoteMethodAccess.html",
        "id"      : 8,
        "isLeaf"  : true,
        "name"    : "Remote Method Access",
        "parentId": 1,
        "type"    : "html"
    },
    {
        "id"      : 9,
        "isLeaf"  : false,
        "name"    : "Building a TodoList",
        "parentId": null
    },
    {
        "fileName": "09_TodoList_version1.html",
        "id"      : 10,
        "isLeaf"  : true,
        "name"    : "Version 1",
        "parentId": 9,
        "type"    : "html"
    },
    {
        "id"      : 11,
        "isLeaf"  : false,
        "name"    : "basics",
        "parentId": null
    },
    {
        "fileName": "06_EcmaScript6Plus.html",
        "id"      : 12,
        "isLeaf"  : true,
        "name"    : "EcmaScript 6+",
        "parentId": 11,
        "type"    : "html"
    },
    {
        "fileName": "07_WebWorkers.html",
        "id"      : 13,
        "isLeaf"  : true,
        "name"    : "Web Workers",
        "parentId": 11,
        "type"    : "html"
    }
]