10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"/": {
|
|
"file1.txt": "this is the content of file1",
|
|
"projects": "dir"
|
|
},
|
|
"/projects/": {
|
|
"file2.txt": "this is file 2 :0",
|
|
"file3.txt": "and file 3 :D"
|
|
}
|
|
} |