Herramientas JSON

Escapar y desescapar JSON

Escapa o desescapa cadenas JSON con comillas, barras, controles y Unicode opcional.

Input JSON

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

La mayoría de las herramientas procesa todo localmente en el navegador. La eliminación de fondos sube las imágenes seleccionadas y borra el original al terminar.

Cómo usarlo

  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.

Ideal para

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

Información útil

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

Preguntas frecuentes

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.

También te puede interesar