β Favorites
π Recently Used
Core Tools
8 toolsValidate JSON
Syntax check & format
JWT Decoder
Decode & verify tokens
JSON Diff
Compare two JSON objects
Repair JSON
Fix malformed JSON
Minify JSON
Remove whitespace
Tree View
Visual JSON explorer
JSONPath Query
Query with JSONPath
Schema Validator
Validate against schema
Language Converters
10 toolsTypeScript
Generate TS interfaces
Python
Python dataclasses
Java
Java POJO classes
Go
Go structs
Rust
Rust structs
C#
C# classes
Swift
Swift Codable structs
Kotlin
Kotlin data classes
PHP
PHP classes
Ruby
Ruby structs
Format Converters
7 toolsJSON β CSV
Excel & spreadsheet ready
JSON β YAML
Config file format
JSON β XML
XML conversion
JSON β SQL
Generate SQL INSERT
JSON β GraphQL
GraphQL schema
JSON β Protobuf
Protocol buffer
JSON β Excel
Download as .xlsx
Utilities
8 toolsSort Keys
Alphabetically sort
Merge JSON
Combine objects
Search & Extract
Find values by key
Base64 Encode
Encode / decode
Stringify
JSON.stringify helper
Escape / Unescape
Escape special chars
Flatten JSON
Nested β flat keys
Mock Data
Generate fake JSON
Advanced
6 toolsBenchmark
Performance test
Optimizer
Reduce JSON size
Schema Generator
Auto-generate schema
JSON Masking
Redact sensitive data
Duplicate Detector
Find duplicate keys
Batch Validator
Validate multiple files
β¨ What's New
π― Modern Dashboard
Beautiful new homepage with quick access to your favorites and recently used tools. Press Cmd+K for instant tool search!
π Security Scanner
Automatic detection of XSS, SQL injection, PII, and security vulnerabilities in your JSON data.
π± Mobile Optimized
Fully responsive design with hamburger menu, floating action button, and touch-friendly interface.
Why JSON Web Tools?
100% Privacy
All processing happens in your browser
Lightning Fast
No server delays, instant results
Free Forever
No accounts, no limits, no cost
Works Offline
PWA that works without internet
Validate JSON
Paste, type, upload file, or load from URL
Repair JSON
Automatically fix malformed JSON
Minify JSON
Compress JSON by removing whitespace
JSON Diff
Compare two JSON objects
JSON 1
JSON 2
JSON Tree Viewer
Visualize JSON structure hierarchically
JSON Path Query
Extract data using JSONPath expressions
JSON Schema Validator
Validate JSON against a schema
JSON Data
JSON Schema
JWT Decoder
Decode and verify JSON Web Tokens
JSON to CSV
Convert JSON to CSV format
JSON to YAML
Convert JSON to YAML format
JSON to XML
Convert JSON to XML format
XML to JSON
Convert XML to JSON format
CSV to JSON
Convert CSV data to JSON array
YAML to JSON
Convert YAML to JSON format
JSON to Zod Schema
Generate Zod validation schema from JSON
JSON to Mongoose Schema
Generate Mongoose schema for MongoDB from JSON
JSON to SQL
Generate SQL INSERT statements
JSON to Excel
Convert JSON to Excel spreadsheet
JSON to Java
Generate Java classes from JSON
JSON to Python
Generate Python classes from JSON
JSON Stringify
Convert JavaScript object to JSON string
Pretty Print JSON
Format and beautify JSON
JSON Escape / Unescape
Escape or unescape JSON strings
Sort JSON Keys
Alphabetically sort object keys
Flatten / Unflatten JSON
Convert nested JSON to flat structure and vice versa
Base64 Encode / Decode JSON
Encode JSON to Base64 or decode Base64 to JSON
URL Encode / Decode JSON
Encode JSON for URLs or decode URL-encoded JSON
Search JSON
Find keys or values in your JSON
Merge JSON Objects
Combine multiple JSON objects into one
JSON 1 (Base)
JSON 2 (Override)
Mock Data Generator
Generate random JSON data for testing
JSON to TypeScript
Generate TypeScript interfaces from JSON
JSON to GraphQL Schema
Generate GraphQL type definitions from JSON
JSON to Go Struct
Generate Go structs from JSON
JSON Patch (RFC 6902)
Apply JSON Patch operations to modify documents
Original JSON
Patch Operations
JSON Pointer (RFC 6901)
Navigate JSON using JSON Pointer syntax
Batch JSON Validator
Validate multiple JSON files at once
Drop multiple JSON files here or click to browse
JSON to Protobuf
Generate Protocol Buffer schema from JSON
Performance Benchmark
Measure JSON parse, stringify, and manipulation performance
JSON Optimizer
Get suggestions to reduce JSON size and improve performance
JSON to Rust
Generate Rust structs with Serde support
JSON Schema Generator
Auto-generate JSON Schema from sample data
Duplicate Key Detector
Find duplicate keys in JSON (JSON spec doesn't allow duplicates)
JSON to OpenAPI/Swagger
Generate OpenAPI schema from JSON response
JSON to C#
Generate C# classes for .NET applications
JSON to Swift
Generate Swift structs for iOS/macOS development
JSON to Kotlin
Generate Kotlin data classes for Android development
JSON to HTML Table
Convert JSON arrays to styled HTML tables
JSON to Environment Variables
Convert JSON to .env file format and vice versa
JSON to TOML
Convert between JSON and TOML configuration format
JSON to PHP
Generate PHP classes for Laravel/Symfony applications
JSON to Ruby
Generate Ruby classes for Rails applications
Array Operations
Filter, map, sort, group, and transform JSON arrays
Data Type Transformer
Convert data types in JSON (strings to numbers, etc.)
Nested Value Extractor
Extract deeply nested values using path notation
Use dot notation (user.name) or bracket notation (user['name']) or array index (users[0].name)
JSONPath Builder
Visual builder for JSONPath queries with live preview
Query Builder
JSON Masking & Redaction
Mask or redact sensitive data in JSON
JSON Size Analyzer
Detailed breakdown of JSON size by keys and types
Advanced JSON Merge
Merge JSON objects with different strategies
JSON Formatter with Styles
Format JSON with different code styles and conventions
JSON to Avro Schema
Generate Apache Avro schema from JSON
Custom JSON Validator
Define custom validation rules with JavaScript
Visual JSON Diff & Merge
Compare JSON with visual diff and interactive merge
JSON to SQL Schema
Generate CREATE TABLE statements from JSON structure
JSON to Prisma Schema
Generate Prisma ORM schema from JSON
NDJSON/JSON Stream Parser
Parse newline-delimited JSON (NDJSON) streams
Webhook Payload Tester
Test webhook payloads and generate signatures
JSON to RegEx Pattern
Generate regex patterns to validate JSON structure