WcfJsonNetFormatter is a library which implements WcfJsonFormatter component in order to transform message body into Json format, using the powerful Json.Net serializer.
Info
Version: | 1.4.0.1 |
Author(s): | The Hunter |
Last Update: | Monday, November 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TheHunter/WcfJsonNetFormatter.git |
NuGet Url: | https://www.nuget.org/packages/WcfJsonNetFormatter |
Install
Install-Package WcfJsonNetFormatter
dotnet add package WcfJsonNetFormatter
paket add WcfJsonNetFormatter
WcfJsonNetFormatter Download (Unzip the "nupkg" after downloading)
Dependencies
- WcfJsonFormatter(>= 1.3.2.10)
- Newtonsoft.Json(>= 10.0.3)
Tags