When using JsonConvert method DeserializeObject, is there a way to handle deserialization errors and keep the deserialization?
I'm using an API and I'm not 100% sure of the types (and that can't be changed, unfortunately). I'm using the method 'DeserializeObject' from the NewtonSoft.Json namespace 'JsonConvert' type. Is there a way to deserialize the things that I have…