JSONツール

JSONエスケープ・アンエスケープ

引用符、バックスラッシュ、制御文字、Unicodeを含むJSON文字列を変換します。

Input JSON

All data is processed locally in your browser. Nothing is uploaded or sent to analytics.

ほとんどのツールはブラウザ内でローカル処理します。背景除去では選択した画像を設定済みサーバーで処理し、完了後に元画像を削除します。

使い方

  1. Enter plain text or a quoted JSON string.
  2. Choose Escape or Unescape and optionally encode non-ASCII characters.
  3. Copy the result or swap it for another operation.

おすすめの用途

  • Embedding text in JSON
  • Debugging escaped API values
  • Preparing strings for tests

注意点

Unescape accepts a JSON string literal or plain escaped content. Invalid escape sequences are reported instead of being guessed.

よくある質問

Is this a JSON formatter?

No. It operates on one string value and leaves the surrounding document out of scope.

Can I encode emoji as Unicode?

Yes. Enable the non-ASCII option to produce Unicode escape sequences.

関連ツール