I want to read this field from my JSON:
create_date: "2020-06-07 15:24:23"
This is the property in my class
public DateTime? expire_date { get; set; }
But this method JsonSeializer.Deserialize
can't map this and I get this exception:
The converter specified on 'expire_date' does not derive from JsonConverter or have a public parameterless constructor