Status: New Owner: ---- New issue 870 by oliverhunt: JSON.parse accepts incorrect strings http://code.google.com/p/v8/issues/detail?id=870
JSON.parse allows unescaped newlines in string literals. eg.
JSON.parse('"\n"')
Is accepted as a valid, but is not.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
