JSFiddle - React, Tailwind, and code Playground
by benhowdle89
JavaScript
var json = '{"ben": "howdle"}';
console.log(JSON.parse(json));
console.log($.parseJSON(json));
by benhowdle89
var json = '{"ben": "howdle"}';
console.log(JSON.parse(json));
console.log($.parseJSON(json));