Data
JSON and CSV tools for formatting, validation, preview, editing, and conversion across API debugging, data cleanup, table handling, and cross-system migration.
21 tools
Data
-
JSON Formatter
Format, minify, validate, and inspect JSON with error positioning for API responses, config files, and debugging logs.
Open tool -
JSON Diff
Compare two JSON documents with a git-style side-by-side or unified view, structural change list keyed by JSON Path, and word-level diff for long strings.
Open tool -
JSONPath & jq Evaluator
Test JSONPath expressions and run jq filters on one page to extract nested fields, filter arrays, aggregate JSON, and see match counts as you type.
Open tool -
JSON Converter
Convert JSON to YAML, XML, CSV, TOML, JavaScript object literals, and PHP arrays locally with format-specific conversion options.
Open tool -
JSON to Types Generator
Generate TypeScript, Go, Rust, Swift, Kotlin, Python, and more type definitions from a JSON sample, with inferred fields, entirely in the browser.
Open tool -
YAML Converter
Convert YAML to JSON, TOML, XML, JavaScript objects, or PHP arrays. Multi-document YAML merges into a JSON array, anchors and aliases expand by default, and common traps such as the Norway problem, version-as-float, and tab indentation surface as hints.
Open tool -
SQL Formatter
Beautify, indent, and normalize SQL across MySQL, PostgreSQL, SQLite, BigQuery, Snowflake, and many other dialects.
Open tool -
XML Formatter
Pretty print, indent, minify, and validate XML in the browser, with element folding, syntax highlighting, and line and column error reporting.
Open tool -
XML Converter
Convert XML to JSON, YAML, TOML, JavaScript objects, or PHP arrays. Elements map to keys, repeated siblings become arrays, and attributes map to prefixed fields with optional value typing.
Open tool -
TOML Converter
Convert TOML to JSON, YAML, XML, JavaScript objects, or PHP arrays. TOML tables become objects, arrays of tables become arrays, and date-times plus 64-bit integers stay clear.
Open tool -
CSS Minifier
Minify CSS with a real parser that strips comments and whitespace, shortens values, and can merge rules, with live gzip size.
Open tool -
CSS Beautifier
Reformat minified or one-line CSS into a readable stylesheet, with consistent indentation, one declaration per line, and your choice of indent and width.
Open tool -
JavaScript Minifier
Minify JavaScript with Terser to compress, mangle local names, and drop dead code, with live gzip size and a saved percentage.
Open tool -
JavaScript Beautifier
Reformat minified or bundled JavaScript into readable code, with proper indentation, line breaks, and your choice of semicolons and quote style.
Open tool -
HTML Minifier
Shrink HTML and the CSS and JavaScript embedded in it, collapsing whitespace and comments while keeping the page rendering identical.
Open tool -
HTML Beautifier
Reformat minified or one-line HTML into a readable, indented document, formatting the CSS and JavaScript embedded in it in the same pass.
Open tool -
SVG Optimizer
Optimize and minify SVG with the svgo engine, stripping editor metadata and rounding coordinates, with a live preview and gzip size.
Open tool -
CSV Tools
View, edit, parse, and export CSV in the browser with delimiter, quoting, escaping, table preview, and JSON conversion support.
Open tool -
Number Base Converter
Convert numbers between binary, octal, decimal, hexadecimal, and any base from 2 to 36 in the browser, with support for negatives, big integers, prefixes, and grouped output.
Open tool -
Unit Converter
Convert between common units across 20+ physics and engineering categories including length, mass, duration, temperature, area, volume, speed, pressure, energy, power, information, frequency, and electrical quantities.
Open tool -
Map Coordinate Converter
Convert a coordinate between WGS84, GCJ-02 (Amap/Tencent), BD-09 (Baidu), Web Mercator, CGCS2000, and global EPSG systems, with every target shown at once.
Open tool
About this category
Structured data is at the centre of every API, integration, and export. Most issues come down to formatting noise: a missing comma, a mismatched bracket, an unexpected encoding, a CSV that uses semicolons instead of commas.
These tools give you a fast, browser-side workspace to format, validate, and transform JSON and CSV. Paste a payload from a request, inspect a fixture from disk, or convert a spreadsheet for an import — without sending the data to a third-party server.
What you can do here
-
Format and validate JSON
Pretty-print or minify with positional error messages so you can locate the broken line instead of staring at a stacktrace.
-
Convert between formats
JSON ↔ CSV ↔ TSV ↔ YAML conversion that respects nested keys, header rows, and delimiter variants common in exports.
-
CSV preview and cleanup
Table-view preview with delimiter detection, header inference, and quick fixes for malformed rows before importing into a database or warehouse.
-
Local-first by design
All parsing happens in the browser, which makes these tools safe for staging data, debug snapshots, and partial customer payloads.