# svelte-json-tree
**Repository Path**: mirrors_sveltejs/svelte-json-tree
## Basic Information
- **Project Name**: svelte-json-tree
- **Description**: JSON tree component for Svelte
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-09-28
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# svelte-json-tree
 

Svelte JSON Viewer Component used in [Svelte REPL](https://svelte.dev/repl). Supports [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map), [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set), [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#iterable), [Symbol](https://developer.mozilla.org/en-US/docs/Glossary/Symbol).
[Try it out on repl](https://svelte.dev/repl/89867bd1acaa48b4b29e29d1fdfa1ddf?version=3.14.1).
## Install
Use [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/lang/en) to install:
```sh
# npm
npm install --save svelte-json-tree
# yarn
yarn add svelte-json-tree
```
## Usage
With Svelte:
```html