Showing posts with label JSON not Defined. Show all posts
Showing posts with label JSON not Defined. Show all posts

Tuesday, July 29, 2014

JSON not Defined (IE 9)

When using JSON , IE 9 browser seem to behave bit strangely.  When I dig in to the issue i found that its because documents should be rendered in standards mode, as showing in the following code snippet.



...

Read more about document compatibility here.

Regards
Samitha