{
"/": {
"file1.txt": "this is the content of file1
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,
NOW YOU WILL BURN IN HELL >:("
},
"/another_folder/": {
"main.py": "this is totally a python script :)"
}
}