There are 0 repository under json-net topic.
F# Event-Union Contract Encoding with versioning tolerant converters supporting System.Text.Json and Newtonsoft.Json
Custom contract resolvers for Newtonsoft JSON.Net, supporting e.g. private setters and private constructors.
tiny helper class to exclude a property from Json Serialization
使用 .NET 與 QuickType 搭配字串轉 Enum 的絕佳解決方案
Sample project for 'IAsyncEnumerable performance benefits' blogpost
JSON.net is a great tool for serializing C# objects. However, it doesn't always do exactly what we want. For those cases, JSON.net allows us to create Converters. This project is a collection of converters that I've created to handle serialization issues I've run into in my own projects... maybe you'll find them useful too.
Writing a custom Json.NET DateTime Converter. Written on 2011-09-25.
Tutorial on how to use the Stack Exchange API (1.1) from C#. Written on 2011-10-02.
Utilities for working with Newtonsoft's JSON.NET.
Dependency injection example for aspnet core Web API action parameters using a custom ContractResolver.