Files
Terminal-Website/filesystem.json
2024-01-19 19:16:30 +01:00

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"
}
}