Skip to main content

JSON Formatter

Input JSON

Instructions

  1. Paste or type JSON data in the input box
  2. Click "Format" to beautify JSON, or "Compress" to minify JSON
  3. Click "Copy" button to copy the result to clipboard

Example

Input (Compressed)

{"name":"John","age":25,"skills":["JavaScript","React","Node.js"]}

Output (Formatted)

{
"name": "John",
"age": 25,
"skills": [
"JavaScript",
"React",
"Node.js"
]
}

Other Tools

JSON Hero
Powerful JSON visualization tool with tree view, chart display, path navigation and more advanced features.