I\'m making an AJAX call to a WCF service and when I pass in my data i use JSON.stringify()
The call returns and works fine in FF, & Chrome, but not IE8. I get
To make your function works better in IE import JSON2 parser code in your file, as IE by default does not support JSON.Stringify().
JSON.Stringify()
It can be found here