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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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!