Updates:
        Status: Fixed

Comment #11 on issue 1480 by [email protected]: JSON.parse exceptions should have line/char # where parse error
https://code.google.com/p/v8/issues/detail?id=1480

This has already been fixed:

V8 version 4.2.0 (candidate) [console: dumb]
d8> JSON.parse('{"a":1,\n"b":2,\nc:3}')
undefined:3: SyntaxError: Unexpected token c
c:3}
^
SyntaxError: Unexpected token c
    at Object.parse (native)
    at (d8):1:6

d8>


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to