Pathoschild.Http.Formatters.JsonNet 2.1.0

dotnet add package Pathoschild.Http.Formatters.JsonNet --version 2.1.0
NuGet\Install-Package Pathoschild.Http.Formatters.JsonNet -Version 2.1.0
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="Pathoschild.Http.Formatters.JsonNet" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pathoschild.Http.Formatters.JsonNet --version 2.1.0
#r "nuget: Pathoschild.Http.Formatters.JsonNet, 2.1.0"
#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 Pathoschild.Http.Formatters.JsonNet as a Cake Addin
#addin nuget:?package=Pathoschild.Http.Formatters.JsonNet&version=2.1.0

// Install Pathoschild.Http.Formatters.JsonNet as a Cake Tool
#tool nuget:?package=Pathoschild.Http.Formatters.JsonNet&version=2.1.0

This package has been merged into Pathoschild.Http.FluentClient 2.2+.

-----

Provides JSON and BSON implementations of the .NET MediaTypeFormatter using Json.NET. These can be used by HttpClient and Web API for serializing content.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 2,518 5/8/2016
2.0.0 1,504 4/28/2016
1.2.0 2,237 10/30/2013
1.0.1 3,609 2/5/2013
1.0.0 2,207 11/30/2012
0.5.0-beta 1,671 10/4/2012
0.4.2-alpha 1,579 8/29/2012
0.4.1-alpha 1,557 8/25/2012
0.4.0-alpha2 1,507 6/27/2012
0.3.0-alpha 1,560 6/25/2012
0.2.1-alpha 1,555 6/8/2012
0.2.0-alpha 1,559 6/5/2012
0.1.3-alpha2 1,545 5/24/2012
0.1.2-alpha 1,583 5/23/2012

Migrated to PCL for cross-platform support; removed JSONP support.