How to make System.Text.Json support serialization/deserialization of Dynamic type
I recently added the code generator function of System.Text.Json (C#) to support the Quicktype open source project, so I have a better understanding of how the Converter of System.Text.Json is written. Before this, I actually prefer to use Newtonsoft.Json (commonly known as Json.NET ) for JSON serialization/deserialization, because Json.NET has many “convenient” and “rich” functions […]
How to make System.Text.Json support serialization/deserialization of Dynamic type Read More »