M3.MiniJson 2.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package M3.MiniJson --version 2.1.2
NuGet\Install-Package M3.MiniJson -Version 2.1.2
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="M3.MiniJson" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add M3.MiniJson --version 2.1.2
#r "nuget: M3.MiniJson, 2.1.2"
#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 M3.MiniJson as a Cake Addin
#addin nuget:?package=M3.MiniJson&version=2.1.2

// Install M3.MiniJson as a Cake Tool
#tool nuget:?package=M3.MiniJson&version=2.1.2

MiniJson aims to be a functionally idiomatic, conforming (http://json.org/) and
       performing JSON (de)serializer that provides decent error reporting on parse failures.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
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

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.3.1 2,687 8/6/2015
2.3.0 1,938 8/3/2015
2.2.5 1,846 7/31/2015
2.2.4 1,792 7/28/2015
2.2.3 1,726 7/27/2015
2.2.2 1,772 7/25/2015
2.2.1 2,028 7/23/2015
2.2.0 1,741 7/22/2015
2.1.2 1,666 7/20/2015
2.1.1 1,685 7/20/2015
2.1.0 1,688 7/19/2015
2.0.1 1,669 7/19/2015

* 1.0.0   - Initial release
     * 2.0.0   - Internalizing internal parser details (breaking change for users relying on internal parser details)
     * 2.0.1   - Documentation update
     * 2.1.0   - Improved performance (breaking change for users of IParseVisitor)
     * 2.1.1   - Improved code documentation substantially
     * 2.1.2   - MiniJson now requires net40-client (down from net452)