Sha256: a6b5feeead82a034f115742d4bb1a241f45c36204abfe0fa25e56b00ba6686da
Contents?: true
Size: 236 Bytes
Versions: 144
Compression:
Stored size: 236 Bytes
Contents
// native JSON support. // developer.mozilla.org/en/JSON // this will also succeed if you've loaded the JSON2.js polyfill ahead of time // ... but that should be obvious. :) Modernizr.addTest('json', !!window.JSON && !!JSON.parse);
Version data entries
144 entries across 144 versions & 7 rubygems