Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26913, comment 2


Ignore:
Timestamp:
01/23/2014 04:32:01 PM (11 years ago)
Author:
klihelp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26913, comment 2

    initial v1  
    11Have a look at the JSON3:
    22https://github.com/bestiejs/json3
     3
     4--
     5Info on HTML5Please - http://html5please.com/#json
     6
     7JSON 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.
     8JSON 2 is an older, alternative polyfill by Douglas Crockford.