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