May 30, 2012 at 6:11 AM
Edited May 30, 2012 at 8:01 AM
|
Can we have anything which allows us to use json.net in javascript code.
I actually want to use it in the javascript code. I want to deserialize the json string in the javascript code.
I don't want to use the Response.Write() or .End().
Can we do anything like taking the Handler file and using Json.Stringify() .... something like that ?
What I want to do:
I want to do the call from javascript funtion to the C# function (may be webmethod)
then it will send me a response as a json string which i will deserialize in javascript only, so please help me !
May be i will do the asynchronous call from javascript function to get the json string.
|