-
Sub-task
-
Resolution: Fixed
-
P4
-
8
-
None
-
b96
-
generic
-
generic
-
Verified
JSON.parse('"\\a"')
JSON.parse("0.")
JSON.parse("08")
=> should throw SyntaxError exceptions
JSON.parse("0.")
JSON.parse("08")
=> should throw SyntaxError exceptions