Im using the JavaScriptSerializer Class to serilize and Deserilize in/to Json.
I know there is a json.net library out there.
But My question is :
Can I also use JavaScriptSerializer class to escape my json string ?
or should I do it myself ? and if so should I do it by encodeURIComponent ?