An implementation of the Holotrek's Serialization provider that uses Newtonsoft JSON.
Info
| Version: | 1.1.0 |
| Author(s): | Evan Kaiser |
| Last Update: | Friday, December 23, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/holotrek/kore-csharp |
| NuGet Url: | https://www.nuget.org/packages/Kore.Providers.Serialization.Newtonsoft |
Install
Install-Package Kore.Providers.Serialization.Newtonsoft
dotnet add package Kore.Providers.Serialization.Newtonsoft
paket add Kore.Providers.Serialization.Newtonsoft
Kore.Providers.Serialization.Newtonsoft Download (Unzip the "nupkg" after downloading)
Dependencies
- Kore(>= 1.1.0)
- Newtonsoft.Json(>= 9.0.1)
Tags