Youtilities

JSON Formatter

Format, minify, and validate JSON. Shows the exact line of any error.

Runs in your browser. Nothing is uploaded.

Input

Waiting for JSON

Output
Formatted JSON appears here.

What this does

Paste JSON or drop a file. You get it back indented and readable, or squeezed onto one line for sending over the wire. If the JSON is broken, the status line tells you the line and column.

Is my data uploaded?

No. Formatting happens in your browser with the built-in JSON parser. Nothing is sent anywhere, so it is safe for API keys and customer data.

Sort keys

Turn on Sort keys to order every object alphabetically. Two responses formatted this way can be compared line by line.

All