An interactive version of a Reingold–Tilford tree. Click on the nodes to expand or collapse.
Very minor tweaks were made to create a collapsible tree of a dict-like object.
- The dict is converted to the
flare.json
tree structure with a defaultsize
. - I added a subset of a gist API response because that is what I am working on.
- I added lodash because the tree converter was already written.