I have a json response like
{ \"appStatus\":{ \"status\":true }, \"lastSyncDate\":\"06-07-2013 13.54.27\", \"configResponse\":{ \"status\":{
i have only use this method and it worked.
await JsonConvert.DeserializeObjectAsync(jsontoobject, new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore });