JSON Tree
Mantine-powered JSON tree viewer with collapsible nodes, syntax highlighting, copy functionality, item count badges, and dynamic expansion depth for seamless API debugging and data exploration.
Full documentation and API reference available at gfazioli.github.io/mantine-json-tree
Installation
yarn add @gfazioli/mantine-json-treeOverview
JSON Tree renders any JSON data as an interactive, collapsible tree:
- Collapsible nodes — expand/collapse objects and arrays
- Syntax highlighting — color-coded types (string, number, boolean, null)
- Copy to clipboard — one-click copy of any node value
- Item count badges — shows array length and object key count
- Configurable depth — set initial expansion level
- Search/filter — find keys or values within the tree
Last updated on