{
"/": {
"file1.txt": "this is the content of file1
i like cheese :)",
"projects": "dir"
},
"/projects/": {
"personal": "dir"
},
"/projects/personal/": {
"discord_bot_builder": "dir"
},
"/projects/personal/discord_bot_builder/": {
"about.txt":"This project is a pesonal project of mine. The goal is that you can easily create discord bots, with commands, to automate some stuff in your discord server!",
"links.txt": "GitHub: https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/"
}
}