WcfJsonFormatter 1.2.2.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package WcfJsonFormatter --version 1.2.2.10
NuGet\Install-Package WcfJsonFormatter -Version 1.2.2.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WcfJsonFormatter" Version="1.2.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WcfJsonFormatter --version 1.2.2.10
#r "nuget: WcfJsonFormatter, 1.2.2.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WcfJsonFormatter as a Cake Addin
#addin nuget:?package=WcfJsonFormatter&version=1.2.2.10

// Install WcfJsonFormatter as a Cake Tool
#tool nuget:?package=WcfJsonFormatter&version=1.2.2.10

This component is a basic implementation for json messages formatters, and It manages dynamically parameters types, resolving no concrete types (whenever It's possible), and for advanced resolution of those types, It's possible to apply a custom resolver into *.config. file.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WcfJsonFormatter:

Package Downloads
WcfJsonNetFormatter

WcfJsonNetFormatter is a library which implements WcfJsonFormatter component in order to transform message body into Json format, using the powerful Json.Net serializer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.2.10 9,338 4/7/2015
1.2.2.10 1,410 11/20/2014
1.1.2.10 35,644 5/23/2014

Adding a new schema for serializer settings, and enabling UriTemplate into WebHttpJsonBehavior.