[Webkit-unassigned] [Bug 20031] Implement ES 3.1 JSON object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 23:13:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=20031





------- Comment #26 from oliver at apple.com  2009-05-19 23:13 PDT -------
I have been looking at the JSON lexer grammar recently and have realised the
the specified JSON lexer is much more restrictive than the standard lexer used
by JS.  This means that we really need to consider whether we use a strict json
lexer or the much more forgiving JS lexer in JSC, using the strict JSON lexer
seems "nice", but the standard json2.js library just uses eval which could mean
that the strict lexer will result in failures that are not present in when
using the non-native eval based implementation.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list