整形と圧縮
インデント付きで見やすく整形するか、1行に圧縮。読みやすさや本番環境向けにインデントサイズをカスタマイズできます。
構文エラーを検出し、行番号・列番号を特定してフォーマット問題を素早く修正します。
整形・検証から変換・エクスポートまで — 10の必須ツールを1ページに集約。インストール不要、登録不要、すぐに使えます。
インデント付きで見やすく整形するか、1行に圧縮。読みやすさや本番環境向けにインデントサイズをカスタマイズできます。
正確な行・列番号で JSON 構文エラーを検出。末尾カンマ、引用符の問題などを発見できます。
2つの JSON ドキュメントを並べて比較し、追加・削除・変更をハイライト表示します。
複雑な JSON を折りたたみ可能なツリーで閲覧。パスをコピーしてネストされたフィールドを素早く特定できます。
JSON ↔ YAML、JSON → XML、JSON → CSV / Excel — 設定作成とデータエクスポートに対応。
JSONPath 式をオンラインでデバッグ。ワンクリックのテンプレートでネストされたフィールドを抽出できます。
毎日 JSON を扱う方のために — デバッグ、設定、テスト、データエクスポートに対応しています。
すべてブラウザ内でローカルに動作。JSON を貼り付けると即座に結果が表示 — アップロードはありません。
上部ナビゲーションから必要な機能を選びます — 整形、検証、Diff、変換など。
入力エリアに JSON を貼り付けるか、「サンプルを読み込む」をクリックして各機能をすぐに試せます。
結果は右側にリアルタイムで表示されます。コピーまたはダウンロード — すべての処理はローカルで完結します。
The JSON validator checks whether your text is valid JSON and pinpoints syntax errors with exact line and column numbers. Catch trailing commas, missing quotes, and bracket mismatches before they break your API or config pipeline.
{"name": "test", "values": [1, 2, 3]}
{"name": "test", "values": [1, 2, 3],}
A JSON validator (syntax checker) verifies that text conforms to the JSON specification and reports the exact location of any syntax errors.
Paste your JSON into the validator input. It parses the text and immediately shows whether it is valid or lists the error position.
Trailing commas, single quotes instead of double quotes, unquoted keys, and mismatched brackets are the most frequent issues.
Yes. It functions as an online JSON linter, focusing on syntax correctness rather than schema validation.
Yes. JSON Toolbox is completely free with no sign-up, no usage limits, and no hidden fees.
Your data never leaves your browser. All parsing, formatting, and conversion runs locally on your device — nothing is sent to any server.
All modern browsers including Chrome, Firefox, Safari, and Edge. No plugins or extensions required.
Files over 2 MB may feel slow; files over 10 MB are blocked. For very large payloads, use a local CLI tool instead.
Only standard JSON (RFC 8259) is supported. JSON5 features like comments and trailing commas are not accepted.