--- In json@yahoogroups.com, "cosmicrealms" <robert@...> wrote:
>
> Code: JSON.parse("\"T\\wo\"");
>
> In Firefox 3.5 and the latest json2.js from json.org this results in a parse
exception SyntaxError.
>
> Expected: Two
\w is not present in the JSON grammar. An implementation may produce a syntax
error. The behavior of Firefox 3.5 is correct.