Carregando…
Carregando…
Carregando…Collapsible JSON tree viewer with syntax highlighting and configurable expand depth.
JSON Viewer — collapsible tree with syntax highlighting
$ npx kikitocn add json-viewer@/lib/utilsimport { JSONViewer } from "@/components/ui/cn/json-viewer/JSONViewer";
export function JSONViewerExample() {
return (
<JSONViewer />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
data* | unknown | — | Objeto/array JSON a visualizar |
defaultExpandDepth | number | 2 | Profundidade inicial de expansão automática |
name | string | undefined | Nome do nó raiz exibido |
collapsed | boolean | false | Inicia com todos os nós colapsados |