// Root myDeserializedClass = JsonConvert.DeserializeObject>(myJsonResponse); public class Root { public string ID { get; set; } public string Description { get; set; } }