Compact object
- Input
- {"ok":true,"items":[1,2]}
- Result
- Indented JSON
Strings, numbers and arrays retain their original values.
Paste JSON to format or minify it. Syntax errors are shown immediately and the data never leaves this tab.
Runs entirely in your browser. This page is a static file. Whatever you type stays in the tab, is never sent to a server, and is gone when you close it — so pasting a real token or config is safe.
Strings, numbers and arrays retain their original values.
JSON requires double-quoted keys and strings and does not allow comments or trailing commas.
No. Parsing and formatting use the browser's built-in JSON implementation.