let json = JObject.Parse(s) let d : System.Collections.Generic.Dictionary> = JsonConvert.DeserializeObject>(json["a"]) Error 1 This expression was expected to have type Collections.Generic.Dictionary> but here has type bool