A .NET Standard class library with JsonConverters to assist with serializing/deserializing collections, including support for collections serialized as either an array or single value.
Info
Version: | 3.2.355 |
Author(s): | Kyle Herzog |
Last Update: | Thursday, July 29, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kyleherzog/JsonConverters.Collections |
NuGet Url: | https://www.nuget.org/packages/JsonConverters.Collections |
Install
Install-Package JsonConverters.Collections
dotnet add package JsonConverters.Collections
paket add JsonConverters.Collections
JsonConverters.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags