DEV Community

johnss
johnss

Posted on

need javascript json tree view

i need a json tree view js based, but most json tree view can only hide the value if the value is an array if not it will display directly and render it as regular syntax highlighter, is there a tree view that collapse the value even if the value is a string

Top comments (1)

Collapse
 
ladinu profile image
Ladinu Chandrasinghe

Hey, I think this is what you are looking for: json.dev

I built it because I had the exact problem. Right now, you can collapse strings, objects, and arrays.

Any feed back would be welcome!