JSON Formatter
PopularFormat, beautify, and minify JSON data instantly
Formula Used
Parses the JSON string into a structured tree, then re-serializes it with consistent indentation.
Step-by-Step Explanation
- 1Paste your raw or minified JSON into the input box.
- 2Click Format to beautify it with proper indentation, or Minify to compress it.
- 3Invalid JSON is flagged instantly with an error message.
Worked Examples
Example 1
Format {"a":1,"b":2}
Minified single-line JSON input
{ "a": 1, "b": 2 }