json - Parsing object having property of type string that contains double quotes in it -


i getting following json object server, using javascriptserilizer convert json on client side giving error because of double quote in side double quotes.

var obj={"isexpression": true,"expressionval": "="#232323""};   


Comments