66 lines
No EOL
913 B
JSON
66 lines
No EOL
913 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"text": "css",
|
|
"children": [
|
|
{
|
|
"text": "app.css",
|
|
"type": "css"
|
|
},
|
|
{
|
|
"text": "style.css",
|
|
"type": "css"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"text": "img",
|
|
"state": {
|
|
"opened": true
|
|
},
|
|
"children": [
|
|
{
|
|
"text": "bg.jpg",
|
|
"type": "img"
|
|
},
|
|
{
|
|
"text": "logo.png",
|
|
"type": "img"
|
|
},
|
|
{
|
|
"text": "avatar.png",
|
|
"type": "img"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"text": "js",
|
|
"state": {
|
|
"opened": true
|
|
},
|
|
"children": [
|
|
{
|
|
"text": "jquery.js",
|
|
"type": "js"
|
|
},
|
|
{
|
|
"text": "app.js",
|
|
"type": "js"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"text": "index.html",
|
|
"type": "html"
|
|
},
|
|
{
|
|
"text": "page-one.html",
|
|
"type": "html"
|
|
},
|
|
{
|
|
"text": "page-two.html",
|
|
"type": "html"
|
|
}
|
|
] |