How to Use JSON Prettify
- Paste minified or unformatted JSON into the input panel.
- The tool beautifies JSON with indentation in real time.
- Copy the formatted JSON output for debugging, API docs, or code reviews.
Free online JSON prettify tool to format and beautify JSON for better readability.
{"name":"Alice","skills":["ts","go"]}{
"name": "Alice",
"skills": [
"ts",
"go"
]
}