mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
8 lines
236 B
JavaScript
8 lines
236 B
JavaScript
// 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);
|