코드, 데이터 및 QR 도구

Escape JSON

「Escape JSON」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Maximum 100,000 characters. Processing stays in your browser.

A value may be an object, array, number, boolean, or null. A literal must be a quoted JSON string.

사용 방법

사용 방법

  1. Choose Escape JSON or Unescape JSON, then select JSON value or JSON string literal.
  2. Paste valid input and submit to validate the exact syntax and escape sequences.
  3. Review the result, then copy it or download a JSON file.

Values and literals are different inputs

JSON value mode accepts an object, array, string, number, boolean, or null and validates the complete document. JSON string literal mode requires one JSON quoted string, such as "hello\nworld"; it rejects objects and unquoted text so the boundary stays explicit.

Visible JSON error boundaries

Malformed JSON, trailing commas, unescaped control characters, invalid escape sequences, and extra content are rejected with the browser parser message. Processing, copying, and download preparation happen locally without a backend.

자주 묻는 질문

더 알아보기

What is a JSON string literal?

It is one quoted JSON string including its surrounding double quotes, for example "hello\nworld". A plain sentence without quotes is not a JSON string literal.

Can value mode handle arrays and numbers?

Yes. It accepts every JSON root type, including objects, arrays, strings, numbers, booleans, and null.

Does this upload my JSON?

No. Parsing and conversion run in your browser.