I am converting an object to JSON using JavaScriptSerializer
and I can see this JSON output in server code:
[{"UserId":1,"UserName":"Admin"}]
But in the UI it's getting converted to something like below
[{"UserId":1,"UserName":"Admin"}].
How to escape those "
?