Um getting an Error haying Error JSON undefined in IE 7 I have included the JSON2 library as follows
<script type="text/javascript" src="/2-0/javascript/flowplayer-3.2.6.min.js"></script>
<script type="text/javascript" src="/2-0/javascript/jquery-impromptu.js"></script>
<script type="text/javascript" src="/2-0/javascript/iscroll.js"></script>
<script type="text/javascript" src="/2-0/javascript/json_parse.js"></script>
<script type="text/javascript" src="/2-0/javascript/json2.js"></script>
But um still getting the error on this line in IE 7
data_array = JSON.parse(data)
How to fix this issue
The
JSONobject and relatedJSON.parse()andJSON.stringify()methods are only available for (reference):There is no native support for
JSONobject in legacy browsers like IE7.You could enable it through including the
json2.jscreated by Douglas here