How to Create a Custom JsonConverter in Json.NET

added by DotNetKicks
3/24/2023 5:26:16 PM

600 Views

In this post, we are going to learn how to create a custom JsonConverter in Json.NET. Json.NET (aka Newtonsoft.Json) is widely popular for its highly customizable serialization/deserialization mechanism. Many such customizations like property ignoring, null handling, data formatting, etc. are usually achievable by using custom attributes provided by the library.


0 comments