Unminify JSON
Prettify and format JSON for readability
Input + output
Unminify JSON
Unminify JSON to restore line breaks and indentation so the data is easier to read and edit. This tool turns compact JSON back into a readable format for debugging, reviews, and documentation.
How to Unminify JSON
- Paste minified JSON into the left editor.
- Click "Unminify" to format and prettify the JSON.
- Copy the formatted JSON for use in your project.
Why Prettify JSON
- Make nested objects and arrays easier to scan.
- Find missing commas or brackets faster.
- Review changes during debugging or code review.