JsonApiSerializer supports configurationless serializing and deserializing objects into the json:api format (http://jsonapi.org).
Info
Version: | 2.0.1 |
Author(s): | Alex Davies |
Last Update: | Saturday, April 20, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/codecutout/JsonApiSerializer |
NuGet Url: | https://www.nuget.org/packages/JsonApiSerializer |
Install
Install-Package JsonApiSerializer
dotnet add package JsonApiSerializer
paket add JsonApiSerializer
JsonApiSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 10.0.3)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
Tags