JSON Tools
Format, validate and work with JSON data.
JSON is the data format behind almost every modern API, config file and log line — and it usually arrives minified into one unreadable line. These tools make JSON workable again, entirely in your browser: paste API responses, tokens and internal configs without them ever leaving your machine.
Which tool do I need?
- JSON Formatter — Make minified JSON readable, validate syntax with exact error positions, or minify it back for transport.
- Base64 Encoder / Decoder — API payloads and JWT segments often wrap JSON in Base64 — decode them first, then format.
- Text Diff — Compare two JSON responses or config versions line by line.
Tools in this category
JSON Formatter
Format, beautify, validate and minify JSON with instant error checking.
JSON to CSV Converter
Convert a JSON array to CSV — auto headers, proper escaping, copy or download.
Excel to JSON/CSV Converter
Convert Excel files to JSON or CSV, or turn JSON/CSV into a downloadable .xlsx file.
HTML Table to JSON/CSV Converter
Convert an HTML table to JSON or CSV, or turn JSON/CSV into HTML table markup.
JSON to XML Converter
Convert JSON to XML or XML to JSON — nested objects, arrays, and attributes handled.
JSON to YAML Converter
Convert JSON to YAML or YAML to JSON — for Kubernetes, Docker Compose, CI configs and more.
CSV to SQL Converter
Turn CSV rows into a single SQL INSERT INTO statement — pick a table name, proper quoting, copy or download.
CSV to XML Converter
Convert CSV to XML and XML back to CSV — bidirectional, runs in your browser, no upload.
JSON Tree Viewer
Explore JSON as a collapsible tree with search, built for large and deeply nested structures.