JsonViewer
JsonViewer Component
Playground
"name": "John",
"age": 30,
"active": true,
"address": }
"city": "NYC"
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| collapsed | boolean | — | |
| depth | number | — | |
| theme | selectlight | dark | — |
Default}
"name": "John",
"age": 30,
"active": true,
"address": }
"city": "NYC"
Collapsed
DeepObject}
"level1": }
"level2":
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
collapsed | boolean | — | Start collapsed |
depth | number | — | Max auto-expand depth |
theme | select | — | Theme |
Using JsonViewertsx
import { JsonViewer } from '@/components/JsonViewer'
<JsonViewer
collapsed="..."
depth="..."
theme="..."
/>Tokens Used
No design tokens detected