JSFiddle - React, Tailwind, and code Playground

by Jaecheol Kim

JavaScript

try {
  var c = $.parseJSON(something here);
}
catch (err) {
    alert(err);
  // Do something about the exception here
}