18 lines
490 B
JSON
18 lines
490 B
JSON
{
|
|
"/": {
|
|
"file1.txt": "this is the content of file1<br> i like cheese :)",
|
|
"projects": "dir",
|
|
"another_folder": "dir"
|
|
},
|
|
"/projects/": {
|
|
"file2.txt": "this is file 2 :0",
|
|
"file3.txt": "and file 3 :D",
|
|
"kaas": "dir"
|
|
},
|
|
"/projects/kaas/": {
|
|
"file4.txt": "HOW DARE YOU OPEN THIS FILE,<br> NOW YOU WILL BURN IN HELL >:("
|
|
},
|
|
"/another_folder/": {
|
|
"main.py": "this is totally a python script :)"
|
|
}
|
|
} |