Untitled
unknown
plain_text
2 years ago
869 B
6
Indexable
{
"project": "MyProject",
"root": {
"name": "MyProject",
"type": "directory",
"children": [
{
"name": "Folder1",
"type": "directory",
"children": [
{
"name": "File1.txt",
"type": "file",
"path": "/Folder1/File1.txt"
},
{
"name": "Subfolder1",
"type": "directory",
"children": [
{
"name": "File2.txt",
"type": "file",
"path": "/Folder1/Subfolder1/File2.txt"
}
]
}
]
},
{
"name": "Folder2",
"type": "directory",
"children": [
{
"name": "File3.txt",
"type": "file",
"path": "/Folder2/File3.txt"
}
]
}
]
}
}Editor is loading...
Leave a Comment