Skip to main content

Argumentos

string
requerido
String que se va a quote. La function lee este argument con string type checking.

Retornos

string
Complete JSON string literal incluyendo opening y closing quote. Quotes, backslashes, common control characters y bytes below 0x20 se escapan.

Ejemplo

Convert un string en un complete quoted JSON string literal.