Analysis updated 2026-05-18
Inspect and navigate large or deeply nested JSON files using tree or table views.
Format, validate, and edit JSON directly in the browser without a code editor.
Run the tool locally or in Docker to explore JSON files without uploading them anywhere.
| cxsun123/json-explorer | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
JSON Explorer is a web based tool for viewing and working with JSON files, a common format used to store structured data like settings, exported records, or API responses. Instead of reading a JSON file as a wall of plain text, this tool offers three different ways to look at the same data, making it easier to understand files that would otherwise be hard to read by eye. A user can drag and drop a JSON or JSONC file directly into the browser window, or open one through a normal file picker, and the tool automatically parses it as soon as it loads. The Text view lets a user edit the raw file, format it for readability, check whether it is valid JSON, and copy the content, all through a simple toolbar. The Tree view turns the data into an expandable, collapsible outline, similar to a file explorer, letting a user open only the parts of the data they care about and select individual entries. The Table view displays the data in resizable columns with a detail panel and a clickable path trail at the top, so a user can see exactly where they are inside a large or deeply nested file and copy that location. The project is built with Next.js, a popular framework for building web applications, and styled with Tailwind CSS, a tool for quickly writing consistent page styling. It can be run directly on a developer's own computer using standard Node.js commands, or packaged and run using Docker, a tool for running applications in a consistent, isolated environment. The project also includes a hosted version anyone can try online without installing anything, and it supports both English and Chinese interface languages. This tool is useful for developers, or anyone technical enough to work with JSON files, who wants a faster and more visual way to inspect and edit data than opening it in a plain text editor. It is released under the MIT license, allowing free use and modification.
A web app for viewing and editing JSON files with three modes: raw text, an expandable tree, and a sortable table.
Mainly TypeScript. The stack also includes TypeScript, Next.js, Tailwind CSS.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.