i was having same problem, and fixed it with this simple code which i added in Header.php file.
<script>
window.JSON = {
parse: function(st){
return st.evalJSON();
},
stringify: function(obj){
return Object.toJSON(obj);
}
};
</script>
35234b1d-cf47-45a8-8957-991d54e0559e|0|.0
Tips n Tricks
wordpress