跳到内容
RapideTools

JSON 压缩器

将 JSON 压缩到最小。

Paste JSON to remove all whitespace and produce the smallest valid JSON. Invalid JSON is reported so you can fix it first. Everything runs locally in your browser.

你的输入在浏览器本地处理 —— 不会上传、存储或记录。

为你节省时间了吗?请我喝杯咖啡

工作原理

  1. 1 Paste your JSON.
  2. 2 The minified output appears live.
  3. 3 Copy or download the result.

常见用例

  • Shrink API payloads.
  • Reduce config file size.
  • Inline JSON into code.
  • Save bandwidth for embedded data.

常见问题

Is my input sent to a server?

No. Everything runs locally in your browser — your input is never uploaded, stored or logged.

Is the JSON validated first?

Yes — the input is parsed, so invalid JSON shows an error instead of producing broken output.

Is it really free?

Yes — free, with no signup and no limits.