Valid JSON formatting
Inntak
{"name":"Alice","age":28,"tags":["api","debug"]}
Úttak
Pretty: multi-line with indentation Minify: one-line JSON
Pretty-print or minify JSON and pinpoint errors with line and column details.
Paste, run, and copy in one short flæði. Inntak data is processed only in your browser.
Inntak
{"name":"Alice","age":28,"tags":["api","debug"]}
Úttak
Pretty: multi-line with indentation Minify: one-line JSON
Inntak
{"name":"Alice","age":28,}
Úttak
Error banner shows line, column, and nearby snippet
Formatting adds indentation and line breaks for readability, making debugging and yfirferðs easier.
Minify removes whitespace and line breaks to reduce payload size and keep JSON compact.
The verkfæri shows line, column, and nearby text. Use Jump to Error to move the cursor to the exact inntak location.
Standard JSON does not allow comments. Enable “Strip comments before parse” only when needed (not fully compatible).
Parsing and stringify run in the browser. The UI uses size-based guards to keep inntak responsive.
No. Parsing, formatting, and minifying are done locally in your browser.
Turn Unicode Escape off to úttak readable characters directly.