Visualize JSON data easily right through your browser
- Format a JSON file by dragging and dropping or pasting into the editor
- Compare two pieces of JSON data by using the
Diffbutton in the top right - Choose between the themes in the settings button in the top right
- Search through JSON data and count depth and nodes
- Hover over the arrow for any piece of data and get its path
Clone the repository via git
git clone https://github.com/kashsuks/unfurl.gitChange into the directory
cd unfurlOnce there, use cargo to run
cargo ror
cargo runDeploy the repository on a provider such as Vercel, Netlify, or GitHub Pages
Once done, run the following command at the root of the repository
trunk build --release --public-url /Deploy whatever builds to the /dist
AI tools such as Claude and Codex were used in the making of this project mainly for fixing bugs such as the theme storage