I want to display JavaScript objects (JSON), or more generally associative arrays (hash, map). There is no problem with flat ones, these are simple tables. But it becomes problematic with arrays, and deeply nested objects.
Are there good libraries to visualize this? There are two options I see here
Visualize as a nested table
This here is good example, I like it a lot, but apparently no library structure
An associative array is a tree, so maybe reduce the problem to visualizing a tree.