🔒 100% ローカル · テレメトリゼロ · Manifest V3100% Local · Zero Telemetry · Manifest V3

信頼できる、JSONフォーマッタ JSON formatter you can trust.

ChromeでAPIレスポンスや .json ファイルを自動整形。ツリー表示・検索・JSONPath・スキーマ推論・差分・マスキング・変換。すべての機能が100%ローカルで動作 — データがブラウザの外に出ることはありません。 Auto-formats JSON responses in Chrome. Clean tree view, search, JSONPath, schema inference, diff, redaction, conversion. Every feature runs 100% locally — your data never leaves your browser.

Pro機能は $2/月 · 基本フォーマットはサブスク不要 Pro features available at $2/mo · No subscription required for basic formatting

api.example.com/users
{
   "users": [{
         "id": 1,
         "name": "Alice",
         "verified": true
      }
   ]
}
1
権限数 (storage のみ) Permission (storage only)
0
ネットワークリクエスト Network requests
0
テレメトリ・分析 Analytics / Telemetry
MV3
Manifest V3 ネイティブ Manifest V3 native

透明性を大切にする開発者のために Built for developers who care about transparency

「透明で、最小権限、テレメトリゼロのJSONビューアが欲しい」というニーズに、Manifest V3 でゼロから応えました。 Many developers want a transparent, independently-operated JSON viewer with minimum permissions and zero telemetry. JSONClean is built from scratch on Manifest V3 with that exact goal.

無料機能 Free for everyone

自動整形Auto-format

.json ファイルや API レスポンスを開くだけで、瞬時にクリーンなツリー表示に。 Open any .json file or API response — JSONClean turns it into a clean tree instantly.

🌲

折りたたみツリーCollapsible tree

クリックで任意のノードを折りたたみ/展開。各階層に件数表示。全展開・全折りたたみのショートカット付き。 Click to fold/expand any node. Item counts at each level. Expand-all / Collapse-all shortcuts.

📦

大きなファイルもOKLarge file friendly

巨大な配列は100件ずつチャンク読み込み。ブラウザがもたつきません。 Big arrays load in chunks (100 at a time) so the browser stays snappy.

🌙

ライト/ダーク/自動Light / Dark / Auto

OSテーマに自動追従、または手動で固定。お好みで。 Syncs with your system, or pick your favorite manually.

📋

ワンクリックコピーOne-click copy

生のJSONも整形済みJSONも、ボタンひとつでコピー。 Copy raw or pretty-printed JSON without thinking.

🔒

100% ローカル処理Local processing

すべてのJSON処理がブラウザ内で完結。拡張機能からのネットワーク呼び出しはゼロ。 All JSON parsing happens in your browser. Zero network calls from the extension.

✨ Pro機能 · $2/月 · すべて100%ローカル ✨ Pro tools · $2/mo · all 100% local
🔍

検索Search

キー・値・正規表現でフィルタ。Prev / Next でマッチ箇所をジャンプ。 Filter by keys, values, or regex. Jump between matches with Prev / Next.

JSONPath

$.users[*].name のようなクエリを実行。結果はツリー内でハイライト。 Run queries like $.users[*].name. Results highlight in the tree.

📐

スキーマ推論Schema inference

任意のペイロードから TypeScript 型 / JSON Schema を生成。クラウド処理・LLM 不要。 Generate TypeScript types or JSON Schema from any payload. No cloud, no LLM.

差分Diff

もう一つのJSONを貼ると、追加・削除・変更されたパスが一目で分かります。 Paste a second JSON and see added / removed / changed paths at a glance.

🛡

PIIマスキングPII redaction

共有する前にメール・電話番号・IP・JWT・APIキー・UUID・カード番号・カスタムキーをマスク。 Mask emails, phone numbers, IPs, JWTs, API keys, UUIDs, card numbers, and custom keys before sharing.

YAML / CSV 変換YAML / CSV convert

JSON / YAML / CSV をワンクリックで切り替え。YAML は双方向変換に対応。 Switch between JSON, YAML, and CSV in one click. Two-way YAML conversion supported.

🕘

履歴とお気に入りHistory & favorites

直近50件のJSONページを自動保存。よく見るものはスターで保存可。 Auto-keep the last 50 JSON pages you opened. Star the ones you revisit.

なぜ乗り換えるのか? Why switch?

一般的な JSON ビューア拡張と JSONClean の比較。 How JSONClean compares to typical JSON viewing extensions.

項目Feature JSONClean 一般的な代替品Typical alternatives
Manifest V3 MV2 が多いOften MV2
テレメトリ・分析Telemetry / Analytics ✅ ゼロ✅ None 含まれることが多いOften present
リモートコード実行Remote code execution ✅ なし✅ Never 場合によるVaries
権限の数Permission count 1 多いことが多いOften more
運営体制Operator 独立した個人開発者Independent solo developer 場合によるVaries

よくある質問FAQ

JSONClean は私のJSONをどこかに送信しますか? Does JSONClean send my JSON anywhere?

いいえ。すべての処理はあなたのブラウザ内で完結します。拡張機能はネットワークリクエストを一切行いません。保存されるのはローカル設定のみです。 No. All parsing happens in your browser. The extension makes zero network requests. The only data stored is your local settings.

なぜ有料のProプランがあるのですか? Why a paid Pro tier?

少額の有料プラン($2/月) があることで、独立した個人開発者として運営を続けられます — 投資家のプレッシャーも、買収リスクもありません。基本的なフォーマット機能は永続的に無料です。 A small paid tier ($2/mo) lets the project stay independently operated by a single developer — no investor pressure, no acquisition risk. Basic formatting stays free forever.

Pro機能はデータをどこかに送信しますか? Do Pro features send my data anywhere?

いいえ。すべてのPro機能は無料機能と同様、ブラウザ内で100%ローカル動作します。Pro化してもプライバシーの姿勢は変わりません。 No. All Pro features run 100% locally in your browser, just like the free tier. The privacy story doesn't change when you upgrade.

  • 検索 — メモリ内のJSONに対して実行 Search — runs against in-memory JSON
  • JSONPath — 拡張機能に同梱されたパーサーで評価 JSONPath — evaluated locally with a parser bundled in the extension
  • スキーマ推論 — 型・スキーマはあなたのマシン上で計算。LLM・クラウドなし Schema inference — type/schema is computed from the data on your machine; no LLM, no cloud
  • 差分 — 両方のJSONはブラウザ内に留まる Diff — both JSONs stay in your browser
  • PIIマスキング — 正規表現ベースのマスキング、出力はデバイスから外に出ません PII redaction — regex-based masking, output never leaves your device
  • YAML / CSV 変換 — 同梱パーサーでローカル実行 YAML / CSV conversion — bundled parser runs locally
  • 履歴chrome.storage.local のみに保存、同期されません History — stored only in chrome.storage.local, never synced
JSONClean の特徴は? What makes JSONClean different?

JSONClean は Manifest V3 でゼロから構築されており、最小権限(storage のみ)・ネットワーク呼び出しゼロ・リモートコードなしです。独立した個人開発者が運営しているため、意思決定は速く、投資家ではなくユーザーに寄り添っています。 JSONClean is built from scratch on Manifest V3 with minimum permissions (storage only), zero network calls, and no remote code. It is operated by a single independent developer — keeping decisions fast and aligned with users, not investors.

オープンソース化の予定は? What about open source?

迅速な改善のため、現在はクローズドソースです。透明性は最小権限(manifest で検証可能)とネットワーク呼び出しゼロ(DevTools で検証可能)で担保しています。オープンソース化はロードマップにあります。 Currently proprietary to allow rapid iteration. Transparency is delivered through minimum permissions (verifiable in the manifest) and zero network calls (verifiable via DevTools). Open source release is on the roadmap.

JSONClean が売却されることはありますか? Will JSONClean ever be sold?

いいえ。JSONClean は独立した個人運営を続ける方針です。もし運営者がメンテナンスを停止する場合は、新オーナーに売却するのではなく、オープンソースとして公開します。 No. JSONClean is intended to remain independently operated. If the operator ever stops maintaining it, the source will be released under an open license rather than sold to a new owner.

今日から JSONClean を使ってみる。 Try JSONClean today.

基本フォーマットは永続的に無料。Pro機能は $2/月。 Free forever for basic formatting. Pro features at $2/mo.

Chrome に追加 — 無料 Add to Chrome — Free

Chrome ウェブストアで公開中。 Available on the Chrome Web Store.