C# 10 - Difficulty Using Record Types with JsonSerializerOptions for Custom Date Formats
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-20
c# .net json serialization records
I'm having trouble deserializing JSON into a C# record type when my date properties are formatted in a non-standard way. I have a record defined like this: ```c...