Extension method for Newtonsoft to allow JObjects to behave like a specific interface (Duck Typing).
Info
Version: | 0.0.2 |
Author(s): | sudsy |
Last Update: | Tuesday, September 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sudsy/JsonDuckTyper |
NuGet Url: | https://www.nuget.org/packages/JsonDuckTyper |
Install
Install-Package JsonDuckTyper
dotnet add package JsonDuckTyper
paket add JsonDuckTyper
JsonDuckTyper Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.4.0)
- Castle.Core(>= 4.0.0)
- Newtonsoft.Json(>= 9.0.1)