Formatter

Six formatters in one tool: paste JSON, SQL, XML, HTML, CSS or EDN and get it neatly indented — or minified into a compact string.

Six formatters in one tool: paste JSON, SQL, XML, HTML, CSS or EDN and get it neatly indented — or minified into a compact string.

How to use

  1. Pick the language tab
  2. Paste your code
  3. Choose Beautify or Minify and copy the result

Frequently asked questions

Is my code uploaded anywhere?

No — formatting runs in your browser.

Will formatting change what the code does?

No. Only whitespace and layout change; tokens stay exactly the same.

Why minify at all?

Minified payloads are smaller to store and faster to transfer — useful for production assets and network requests.