[Issue 13432] std.json.parseJSON does not report correct line number in Exception
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun May 17 01:56:50 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=13432
Anton Pastukhov <pastuhov85 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pastuhov85 at gmail.com
--- Comment #2 from Anton Pastukhov <pastuhov85 at gmail.com> ---
It seems thant all json is minified before being processed, so example above
seen as
{"key":{"val1":1,"val2":2},}
by Phobos, and the error is on line 1, colimn 29 from this point of view.
--
More information about the Digitalmars-d-bugs
mailing list