I am having a problem trying to implement the JavaScriptSerializer to parse a JSON string received from a server.
JavaScriptSerializer
I implemented the following code:
Add Reference System.Web.Extensions
then type using System.Web.Script.Serialization;
Now you should get JavaScriptSerializer valid.
You can use better approach by adding Newtonsoft.Json.dll through
Add Reference. See details here : http://json.codeplex.com/