Skip to main content

引数

string
必須
Quote する string。function はこの argument を string type checking で読みます。

戻り値

string
opening と closing quote を含む complete JSON string literal。Quotes、backslashes、common control characters、bytes below 0x20 は escape されます。

例

String を complete quoted JSON string literal に convert します。