Web Tools

Focused browser utilities with dedicated routes.

Data Formats

JSON prettifier

Pretty-print valid JSON with two-space indentation. If the input is invalid or incomplete, use repair to attempt a safe structural fix before formatting.

Paste compact, malformed, or incomplete JSON here. Repair can fix common issues like missing brackets, trailing commas, and mismatched quotes.

Output is rendered with `JSON.stringify(value, null, 2)`.

Status

Ready to prettify JSON.