[ALOY-279] Improve JSON parsing error output
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-19T10:42:52.000+0000 |
Affected Version/s | 2012 Sprint 19 |
Fix Version/s | 2012 Sprint 19, Release 3.0.0 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-09-18T13:19:06.000+0000 |
Updated | 2018-03-07T22:25:40.000+0000 |
Description
JSON.parse()
does not output the line/column at which a parsing error occurs in the data. See this thread for more details: http://code.google.com/p/v8/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20HW%20OS%20Area%20Stars&groupby=&sort=&id=1480
We may need to inspect nodejs modules for a better, more verbose parsing method for JSON.
No comments