Skip to main content
Tools JSON
MIN

JSON Minifier

v1.0 · Everything below stays in your browser

Strip whitespace from JSON for compact transport. Validates as it minifies. Browser-only.

Runs entirely in your browser · Your input is never transmitted

INPUT
0 BReady
OUTPUT · MINIFIED
 
OK

How to use

  1. Paste JSON in the left pane.
  2. Minified output appears on the right.
  3. Copy or download the result.

Frequently asked

What's the savings?

Depends on indentation and whitespace. Typical 2-space-indented JSON shrinks 15–40% when minified.

Is my JSON modified other than whitespace?

No. Keys, values, and types are preserved exactly. Only whitespace between tokens is removed.