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.

함께 사용해 보세요