Skip to main content

Argümanlar

string
gerekli
Escaped JSON string content veya first and last bytes degerleri quotes olan complete quoted JSON string literal. Function bu argument degerini string type checking ile okur.

Dönüşler

string
Decoded string. Supported escapes: ”, \, /, \b, \f, \n, \r, \t ve surrogate-pair handling ile \uXXXX. Invalid escapes, unescaped control characters, unterminated strings ve quoted literal sonrasi trailing characters near-position suffix ile Luau error firlatir.

Örnek

Escaped content veya quoted JSON string literal icinden JSON string escapes decode eder.