JSON Formatter

Popular

Format, beautify, and minify JSON data instantly

Share this calculatorWhatsAppXFacebookLinkedIn

Formula Used

Parses the JSON string into a structured tree, then re-serializes it with consistent indentation.

Step-by-Step Explanation

  1. 1Paste your raw or minified JSON into the input box.
  2. 2Click Format to beautify it with proper indentation, or Minify to compress it.
  3. 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 }

Frequently Asked Questions

Related Calculators