JSON Formatter

Format, validate, minify, and inspect JSON directly in your browser.

Status

Valid

Root type

Object

Nodes

7

Size

128 B

Input JSON

Output

{
  "project": "Mowatool",
  "locale": "en",
  "calculators": [
    "compound-interest",
    "percent-calculator"
  ],
  "published": true
}

Related calculators

Formatting and validation

Paste JSON to check whether it parses correctly, then switch between readable formatting and compact minified output. The tool also reports root type, node count, and byte size to help review API payloads.

Privacy

Formatting happens in the browser. Avoid pasting secrets into any web tool unless your team policy allows it, and remove tokens or private data before sharing formatted output.