Format and validate JSON. Paste minified JSON, get pretty-printed output.
JSON Formatter formats minified JSON for readability. Useful for API responses and config files. All processing happens in your browser—no data is sent to servers.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Input: {"name":"Alice","age":30}
Output: {
"name": "Alice",
"age": 30
}