You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern, intuitive JSON viewer that transforms complex JSON data into a visually appealing, easily navigable interface. Perfect for developers, data analysts, and anyone working with JSON data.
✨ Features
🔧 Core Functionality
Feature
Description
🧠 Smart JSON Parsing
Real-time syntax validation with clear error messages
🌳 Interactive Tree View
Collapsible/expandable nodes with smooth animations
📥 Multiple Input Methods
Paste, upload, or drag & drop JSON files
🔍 Advanced Search
Global search with real-time highlighting and navigation
🎨 Theme Support
Dark/light/system theme with automatic detection
📋 Copy Functionality
Copy values and JSON paths with one click
🖥️ Fullscreen Mode
Native browser fullscreen for immersive JSON viewing
📸 Screenshots
🚀 Getting Started
📋 Prerequisites
📦 Node.js 16+
🔧 npm or yarn
⚡ Quick Start
# 1️⃣ Clone the repository
git clone <repository-url>cd json-viewer
# 2️⃣ Install dependencies
npm install
# 3️⃣ Start development server
npm run dev
🏗️ Build for Production
# Build the application
npm run build
# Preview the build
npm run preview