{
"first": 1,
"second": 2,
"third": 3,
"fourth": [1,2,3,4,5,6,7,8],
"fifth": {
"foo": "bar",
"bar": 2
},
"sixth": ["foo"]
}
[
{
"first": 1,
"second": 2,
"third": 3
}, {
"first": 4,
"second": 5
}
]
{
"name": "/", "children": [{
"name": "/bin", "children": [
{"name": "/bin/ls", "children": []},
{"name": "/bin/sh", "children": []}
]
}, {
"name": "/home", "children": [{
"name": "/home/daan", "children": [
{"name": "/home/daan/jsq", "children": []}
]
}]
}]
}
[1,2,3,4,5,6]