[TIMOB-6028] MobileWeb: Create browser shim for JSON.parse() and JSON.stringify() calls
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-11-09T17:38:20.000+0000 |
| Affected Version/s | Release 1.8.0 |
| Fix Version/s | Sprint 2011-45, Release 1.8.0.1 |
| Components | MobileWeb |
| Labels | stage |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2011-11-05T12:07:57.000+0000 |
| Updated | 2017-03-03T22:49:52.000+0000 |
Description
Need to detect if JSON.parse() and JSON.stringify() exists, then either use it or try to define it.
This is code complete.
https://github.com/appcelerator/titanium_mobile/pull/652
Closing ticket.