Skip to main content

Argumenty

string
wymagane
Escaped JSON string content albo complete quoted JSON string literal, ktorego first and last bytes sa quotes. Function czyta ten argument przez string type checking.

Zwroty

string
Decoded string. Supported escapes to ”, \, /, \b, \f, \n, \r, \t oraz \uXXXX z surrogate-pair handling. Invalid escapes, unescaped control characters, unterminated strings i trailing characters po quoted literal rzucaja Luau error z near-position suffix.

Przykład

Dekoduje JSON string escapes z escaped content albo quoted JSON string literal.