JSON & Data Tools
Config files and API responses are exactly the kind of text that turns out to hold a password, so the sensible place to open them is your own machine.
- JSON Formatter and Validator Paste JSON and get it formatted, validated or minified. The data stays in your browser — nothin…
- CSV to JSON Paste a table, get JSON. The parser follows RFC 4180, so a cell like «Doe, John» stays one fiel…
- JSON Beautifier Paste a wall of minified JSON and read it like a document. Indentation appears as you type, and…
- JSON Minify Paste JSON and get it back without a single wasted byte: no indentation, no line breaks, same d…
- JSON Validator Paste the file and get a straight answer: valid or not. If not, the message says what the parse…
- YAML to JSON Paste a config file and get JSON. Anchors are expanded, block strings keep their line breaks, a…
- JSON to YAML Paste JSON from an API response or an export and get YAML you can actually read — no braces, no…