jsonTreeViewer

JSON →
library 0.0.2 ·javascript maintenance
verified Jun 4, 2026

jsonTreeViewer is a lightweight, pure-JavaScript library and viewer for rendering JSON data as an interactive collapsible tree. Version 0.0.2 (no longer actively maintained) provides a simple way to visualize JSON objects in the browser with expand/collapse, JSONPath display, and node marking. It depends on no external frameworks and consists of just a JS and CSS file. Compared to alternatives like react-json-tree or jqTree, it is minimal, self-contained, and works in any JavaScript environment.