Looking for some quick answers that should be easy for someone with expertise to provide.
I have a basic asp.net site that relies on JSON for various tasks (and JSON.stringify).
Everything works fine in Firefox and the like, but in IE6 I'm getting an error saying JSON is undefined.
Is there a way to add a JSON implementation without disrupting what's already set up (utilizing the native JSON objects in other browsers)? If so, how can this be done?
Thank you!