Format & check JSON
Paste JSON from APIs or config files, prettify or minify it, and catch syntax mistakes.
Pretty or minified JSON appears here.
FAQ
- Is my data uploaded?
- No—only processed in this page in your browser.
- It says the format is wrong—what now?
- Usually a missing bracket, bad quotes, or an extra comma. JSON needs straight double quotes and English commas between items.
You might also like
- JWT
Split a JWT and decode header and payload as JSON. Does not verify signatures—never use for security decisions.
- Encoding kit
Switch tabs: Unix time ↔ rich date formats (sec/ms, offsets, relative time), batch UUID v4, UTF-8 ↔ Base64, URL encode/decode. Everything runs locally in your browser.
- Text diff
Paste two versions side by side; we diff by line and highlight adds and deletes—good for configs or logs.