259 Views
In this article, we're going to learn how to serialize a C# object into a JSON string using the two main JSON libraries in the .NET ecosystem. Also, we're going to learn how to control different aspects of the serialization process. Let's start. Since .NET Core 3.0, System.Text.Json is included in the framework by default.
0 comments