-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
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