Ferramentas JSON

Escapar e desfazer escape JSON

Escape ou desfaça escape de strings JSON, incluindo controles e sequências Unicode.

Input JSON

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

A maioria das ferramentas processa tudo localmente no navegador. A remoção de fundo envia as imagens escolhidas e exclui o original após o processamento.

Como usar

  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

Bom saber

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

Perguntas frequentes

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.

Você também pode gostar