{
"name": "files",
"type": "folder",
"path": "files",
"lastMod": "10.11.2014",
"items": [{
"name": "Новая папка",
"type": "folder",
"path": "files\/Новая папка",
"lastMod": "10.11.2014",
"items": [{
"name": "87",
"type": "folder",
"path": "files\/Новая папка\/87",
"lastMod": "10.11.2014",
"items": [{
"name": "872323",
"type": "folder",
"path": "files\/Новая папка\/87",
"lastMod": "10.11.2014",
"items": []
}, {
"name": "lola.txt",
"type": "txt",
"path": "files\/Новая папка\/87\/lola.txt",
"lastMod": "10.11.2014",
"content":"Hi i am Josh!"
}]
},
{
"name": "87w",
"type": "folder",
"path": "files\/Новая папка\/87w",
"lastMod": "10.11.2014",
"items": [{
"name": "872323",
"type": "folder",
"path": "files\/Новая папка\/87",
"lastMod": "10.11.2014",
"items": []
}, {
"name": "lola.txt",
"type": "txt",
"path": "files\/Новая папка\/87\/lola.txt",
"lastMod": "10.11.2014",
"content":"Hi i am Josh!"
}]
},{
"name": "lola.wma",
"type": "wma",
"path": "files\/Новая папка\/lola.wma",
"lastMod": "10.11.2014"
}]
}, {
"name": "place your file here.txt",
"type": "txt",
"path": "files\/place your file here.txt",
"lastMod": "10.11.2014",
"content":"Hi i am Josh!"
}, {
"name": "data.json",
"type": "json",
"path": "files\/data.json",
"lastMod": "10.11.2014"
}]
}
var data = { /* ваши данные */ };
var newItem = {
"name": "Ещё одна папка",
"type": "folder",
"path": "folders\/Ещё одна папка",
"lastMod": "10.12.2014",
"items": [ /* массив файлов внутри папки */ ]
};
/* добавляем в массив папок ещё одну */
data.items.push(newItem);