Skip to main content

الوسائط

string
مطلوب
Escaped JSON string content، أو complete quoted JSON string literal تكون first and last bytes فيها quotes. Function تقرأ هذا argument باستخدام string type checking.

القيم الراجعة

string
Decoded string. Supported escapes تشمل ” و \ و / و \b و \f و \n و \r و \t و \uXXXX مع surrogate-pair handling. Invalid escapes و unescaped control characters و unterminated strings و trailing characters بعد quoted literal ترمي Luau error مع near-position suffix.

مثال

Decode JSON string escapes من escaped content أو quoted JSON string literal.