[TIMOB-7669] Provide Error Message if JSON.parse() fails
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2012-02-15T13:34:00.000+0000 |
| Affected Version/s | Release 1.8.0.1, Release 2.0.0, Release 1.8.1 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Christopher Marquardt |
| Assignee | Neeraj Gupta |
| Created | 2012-01-23T08:14:07.000+0000 |
| Updated | 2017-03-29T16:22:51.000+0000 |
JSON parsing is provided via JSCore and we cannot override its behavior reliably or safely. Modifying
JSON.parsewould also break the expected API.Closing ticket as "Won't Fix".