Does JSON.js cause conflicts with Sys.Serialization.JavaScriptSerializer.serialize
- by David Robbins
I am using Telerik controls in my webforms and want to serialize object on the client. Since I am getting a stackoverflow error with Sys.Serialization.JavaScriptSerializer.deserialize I wanted to try JSON. With both JSON and and the MS library I get "Sys.Application is undefined."
Has anyone encountered this what did you do as a work around?
…