Thursday, March 28, 2013

JSON In IE7


Hi all I had a issue of using Json object in the ie7 I spend some time in Google and found solution for it, so thought of sharing to you guys,

If you found the issue just use the Json Libreray after your main jquery call

   <!--[if IE 7]>
          <script src="@Url.Content("~/Scripts/json2.js")" type="text/javascript"></script>
    <![endif]-->


you can find the source from here

https://github.com/douglascrockford/JSON-js/blob/master/json2.js

No comments: