public class JSONResponse { public string status { get; set; } public List articles { get; set; } } JSONResponse response = JsonConvert.DeserializeObject(myJSON);