JSONパーサー / 整形ツール

JSONをリアルタイムで検証・整形・圧縮する無料オンラインJSONパーサー。構文ハイライト、エラー位置表示、100%ブラウザ処理で安全。

左側にJSONを貼り付けると検証結果が表示されます
0 文字
左側にJSONを貼り付けると、ここに整形結果が表示されます

😄 広告で無料

Online JSON Parser & Formatter

JSON (JavaScript Object Notation) is the most common data exchange format. A JSON parser validates your JSON, pretty-prints it with indentation, and highlights syntax so you can spot errors instantly.

Features

Lenient mode — auto-recovery for broken JSON

JSON copied from chat apps, email clients, or terminals often contains accidental line breaks that break JSON.parse. This tool auto-recovers 4 common cases:

  1. Control chars inside strings (\n, \t) → replaced with spaces
  2. Line breaks inside tokens (e.g. 847\n521, fal\nse) → rejoined
  3. Trailing commas → removed
  4. Comments (//, /* */) → stripped (URLs preserved)

When recovery applies, a yellow warning banner appears and recovered values are outlined in red.

Privacy: 100% client-side

Your JSON is never sent to any server. All parsing happens in your browser. Safe for JSON containing API keys, passwords, or sensitive customer data.

Common parse errors

JSON syntax cheatsheet

iToolのその他の機能!

このツールの改善にご協力ください

良い点、改善点、ほしい機能をお聞かせください