JSFiddle - React, Tailwind, and code Playground
by ericf
JavaScript
YUI().use('json-parse', function (Y) {
alert('Has `parse`: ' + !! Y.JSON.parse);
alert('Has `stringify`: ' + !! Y.JSON.stringify);
});
by ericf
YUI().use('json-parse', function (Y) {
alert('Has `parse`: ' + !! Y.JSON.parse);
alert('Has `stringify`: ' + !! Y.JSON.stringify);
});