frontend/.pnpm-store/v3/files/0b/d3145041ca2bf0bdba619e78d098c421a1a215cdcbc587a1d5d503bbbbc98aa8ecd0312b5049b23cc7dc0cb2acb653955082db0878acfc029cd950088c8a4e

8 lines
236 B
Plaintext

// 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);