Comment #7 on issue 573 by dbjdbj: non standard strings allowed by
JSON.parse()
http://code.google.com/p/v8/issues/detail?id=573
Chromium team, please list all the illegal JSON strings CHROME JSON.parse()
wrongly
accepts. Then document them here. Then fix the bug.
I can think of two (since I am busy right now) :
CASE 1: window.JSON.parse("{ a : 1 }") // OK ? MUST not parse !
CASE 2: window.JSON.parse("{ 'a' : 1 }") // OK ? MUST not parse !
Neither IE8,Firefox or Safari accept these. Only CHROME does.
Can we move on now please, towards the quick fix ?
Thanks: dbjdbj
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev