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 します。