JSONエディター
ツリーまたはコード表示でJSONを編集・検証。
About this tool
JSON をツリーで視覚編集し、精密な作業時は生コードに切り替えられます。検証で構文エラーを捉え、アプリや API クライアントへ貼る前に直せます。
Why use it
- ツリービューでネストしたオブジェクトを展開・編集しやすくなります。
- 一括貼り付けや検索置換向けのコードモードがあります。
- 本番ペイロード向けにワンクリック minify — JSON はブラウザから出ません。
Common use cases
- デプロイエラーログから壊れた設定ファイルを直す。
- コードでフィールドをマッピングする前に API レスポンスを探索する。
- ドキュメントにコミットする前に JSON を整える。
Tips
- 貼り付けて読み込んでからモード切替 — 同じデータが保持されます。
- 欠けたキーはツリー、一括リネームはコードモードが向いています。
使い方
- JSONを貼り付けて読み込み。
- 編集。
- コピーまたは圧縮。
よくある質問
- Is my JSON sent to a server?
- No. The editor runs entirely in your browser; your data stays on your device.
- What is the difference from the JSON formatter?
- The formatter pretty-prints or minifies text. The editor lets you change values in a tree or code view.
- Can I edit nested objects?
- Yes. Tree mode expands objects and arrays so you can edit fields individually.
- Does it validate JSON?
- Invalid JSON shows an error when you load or export; fix syntax before copying.
- Can I switch between tree and code?
- Yes. Use the mode menu in the editor toolbar after loading valid JSON.
- Is there a size limit?
- Very large documents may slow the browser, but nothing is uploaded to Frespy.