Changes between Initial Version and Version 1 of Ticket #26913, comment 2
- Timestamp:
- 01/23/2014 04:32:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26913, comment 2
initial v1 1 1 Have a look at the JSON3: 2 2 https://github.com/bestiejs/json3 3 4 -- 5 Info on HTML5Please - http://html5please.com/#json 6 7 JSON 3 is a polyfill compatible with nearly all JavaScript platforms. It is a drop-in replacement for JSON 2 that uses feature tests to detect broken and incomplete native JSON implementations, supports asynchronous module loaders and has-aware optimizers, and is built to specification standards. 8 JSON 2 is an older, alternative polyfill by Douglas Crockford.