JSON-Tools

JSON escapen und zurücksetzen

Escapen oder entschärfen Sie JSON-Strings mit Anführungszeichen, Steuerzeichen und Unicode.

Input JSON

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

Die meisten Tools verarbeiten alles lokal im Browser. Die Hintergrundentfernung lädt ausgewählte Bilder hoch und löscht das Original nach der Verarbeitung.

Anleitung

  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.

Geeignet für

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

Gut zu wissen

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

Häufige Fragen

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.

Das könnte Ihnen auch gefallen