6/27/2020
•
EN
Exposing a custom type as a JSON string in an ASP.NET Core API
Explains how to serialize a custom C# type as a JSON string in ASP.NET Core APIs using System.Text.Json or JSON.NET converters.