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>
15fd773f-8b13-491c-bcbe-d085296c3a3e|0|.0
wordpress