json-net
There are 13 repositories under json-net topic.
jet/FsCodec
F# Event-Union Contract Encoding with versioning tolerant converters supporting System.Text.Json and Newtonsoft.Json
linezero/JsonViewer
JsonViewer .NET JSON 解析格式化工具
danielwertheim/jsonnet-contractresolvers
Custom contract resolvers for Newtonsoft JSON.Net, supporting e.g. private setters and private constructors.
jitbit/JsonIgnoreProps
tiny helper class to exclude a property from Json Serialization
doggy8088/NewtonsoftJsonStringEnumConverterDemo
使用 .NET 與 QuickType 搭配字串轉 Enum 的絕佳解決方案
hypodwarf/JsonNetConverters
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.
DamirsCorner/20240209-dotnet-iasyncenumerable-performance
Sample project for 'IAsyncEnumerable performance benefits' blogpost
geersch/JsonNetDateTimeConverter
Writing a custom Json.NET DateTime Converter. Written on 2011-09-25.
geersch/StackExchangeAPI
Tutorial on how to use the Stack Exchange API (1.1) from C#. Written on 2011-10-02.
HamedStack/HamedStack.NewtonsoftJson
This library offers a suite of extension methods enhancing the functionalities of the Newtonsoft Json.NET library.
OneFrameLink/Ofl.Serialization.Json.Newtonsoft
Utilities for working with Newtonsoft's JSON.NET.
tjeerdhans/DiModelBindingExample
Dependency injection example for aspnet core Web API action parameters using a custom ContractResolver.