Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "title": "OuterFolder",
- "files": [
- { "title": "FileA.ext" }, // => /OuterFolder/FileA.ext
- { "title": "FileB.ext" } // => /OuterFolder/FileB.ext
- ],
- "children": [
- {
- "title", "FolderB",
- "files": [
- { "title": "FileA.ext" }, // => /OuterFolder/InnerFolder/FileA.ext
- { "title": "FileB.ext" } // => /OuterFolder/InnerFolder/FileB.ext
- ],
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment