Custom contract resolvers for JSON.NET, including a contract resolver with which one can easily exclude fields from being serialized without using attributes.
Info
Version: | 2.0.1-beta1 |
Author(s): | Erik Schierboom |
Last Update: | Thursday, June 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/JsonDotNet.CustomContractResolvers |
Install
Install-Package JsonDotNet.CustomContractResolvers
dotnet add package JsonDotNet.CustomContractResolvers
paket add JsonDotNet.CustomContractResolvers
JsonDotNet.CustomContractResolvers Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
Tags