the json file\'s structure which I will deserialize looks like below;
{ \"id\" : \"1lad07\", \"text\" : \"test\", \"url\" : \"http:\\/\\/twitpic.
public class User : List { public int id { get; set; } public string screen_name { get; set; } } string json = client.DownloadString(url); JavaScriptSerializer serializer = new JavaScriptSerializer(); var Data = serializer.Deserialize>(json);