Skip to main content

인수

string
필수
Escape할 string입니다. function은 이 argument를 string type checking으로 읽습니다.

반환값

string
Opening 및 closing quote 없는 escaped JSON string content입니다. Quotes, backslashes, common control characters, bytes below 0x20은 escape됩니다.

예제

Surrounding quotes를 추가하지 않고 JSON string 내부용으로 string을 escape합니다.