jsonTree
jsonTree copied to clipboard
A lightweight vanilla Javascript micro-library for making collapsible trees with JSON
Results
2
jsonTree issues
Sort by
recently updated
recently updated
newest added
Great idea. A simple expand/collapse all would be a really useful addition!
Trying out the live version, found an weird thing: `{"string":"&"}` produces `&` `{"test":{"string":"&"}}` produces `&` `{"test2": {"test":{"string":"&"}}}` produces `&` etc... which does't seem like it's doing the right thing!