{ "_comment": "comments if needed", "id" : "com_sample", "type" : "function", "level": 0~n, "name" : "Function name to display", "tag" : "Tag for searching this function", "path" : "visualpython - common - path", "desc" : "Description about this function", "file" : "file_path.js" }
{ "_comment": "comments if needed", "id" : "pkg_sample", "type" : "package", "level": 0~n, "name" : "Package name to display", ------ no "tag" ------------------------------ "path" : "visualpython - common - path", "desc" : "Description about this function", "item" : [ ... package functions here ] }