Skip to content

Razza2018/json-explore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Explore

Website: https://json-explore.web.app

JSON Explore is a simple, interactive web app for visualizing and exploring JSON data. Paste your JSON into the left-hand pane, and instantly view its structure through an expandable, recursive tree view on the right.

Arrays and objects are expandable, with visual cues like {} and [] when collapsed, making it easy to understand and analyze complex JSON at a glance.

Features:

🧾 Paste raw JSON and see it parsed instantly

📂 Expand/collapse nested objects and arrays recursively

🔎 Clear visual indicators for {} and [] when collapsed

🧠 Intuitive, minimal interface for quick inspection and debugging

Perfect for developers who need to understand or debug complex JSON structures in the browser without installing any tools.