A custom contract resolver for JSON.NET that allows for an easy way to specify exactly which properties to serialize, without resorting to adding attributes to the classes to be serialized.
Info
Version: | 1.0.0 |
Author(s): | Dianqing Bi |
Last Update: | Tuesday, April 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bidianqing/JsonContractResolvers |
NuGet Url: | https://www.nuget.org/packages/JsonContractResolvers |
Install
Install-Package JsonContractResolvers
dotnet add package JsonContractResolvers
paket add JsonContractResolvers
JsonContractResolvers Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
Tags