✅ NodaTime JSON Serialization
Hello,
.NET will parse any date format to
Assuming I accept an
From the docs:
.NET will parse any date format to
DateTime or DateTimeOffset, but what happens if I give NodaTime control over the serialization?Assuming I accept an
Instant in the DTO and a request comes in, but the format is not ISO-8601, will it be able to convert any type of date like .NET does, or will it only work with strict types?From the docs:


