Is there any tree view component support display any arbitrary JavaScript object like:
{
foo: 'bar'
zee: [1, 2, 3]
}
Which result in the following view:
/----foo
| |
| |-- 'bar'
|
|--zee
|
|--
|--1
|--2
|--3
Note the above ascii tree is just for demonstration of the tree structure, not necessarily the final result.