JSFiddle - React, Tailwind, and code Playground
by softvar
JavaScript
var json_string = '{ "latex": { "type":"gif", "equation":"mathbb", "site":"stackoverflow.com", "file":"f3ed131812d10a06a9349ab2b42e3ed4.gif", "url":"http://www.codecogs.com/eq/f3/f3ed131812d10a06a9349ab2b42e3ed4.gif", "width":"12", "height":"12", "baseline":"1" } }';
var obj = jQuery.parseJSON(json_string);
console.log(obj.latex['type']); //type
console.log(obj.latex['width']); //width
console.log(obj.latex['width']); //height