Visualizing hierarhical data - arrays

Hello,

Is there any existing (preferably jQuery) javascript extension that would visualize hierarchical arrays (data structures) and make them editable?

I want to display data, make it easily editable (add item to array, edit, delete, add to child, etc.)

Any other cool ideas how to make this idea work?

Thanks for help

I did a quick search and couldn’t find anything. Maybe it’s the motivation you need to create it! A nice exercise in recursion as well.

Looks like a UI Tree plug-in is in the early stages of development. Surely there is something out there. The proper term to be searching is tree.

Edit: Further reading exposed this which seems like it would satisfy the requirements.

Good documentation to. I will have to remember this for future projects myself.