M3.MiniJson 2.3.1

dotnet add package M3.MiniJson --version 2.3.1
NuGet\Install-Package M3.MiniJson -Version 2.3.1
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.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add M3.MiniJson --version 2.3.1
#r "nuget: M3.MiniJson, 2.3.1"
#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.3.1

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

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,641 8/6/2015
2.3.0 1,914 8/3/2015
2.2.5 1,811 7/31/2015
2.2.4 1,754 7/28/2015
2.2.3 1,688 7/27/2015
2.2.2 1,736 7/25/2015
2.2.1 1,986 7/23/2015
2.2.0 1,704 7/22/2015
2.1.2 1,633 7/20/2015
2.1.1 1,646 7/20/2015
2.1.0 1,649 7/19/2015
2.0.1 1,634 7/19/2015

* 2.3.1   - Formats floats with 'G'
     * 2.3.0   - Added C#/VB dynamic adaptor
     * 2.2.5   - toString now handles Nan and Infs
     * 2.2.4   - Improved handling of numbers near to 0 or "near" to Infinity
     * 2.2.3   - Improved dynamic path, improved error reporting at EOS
     * 2.2.2   - Improved toString wrt non-printable characters
     * 2.2.1   - Improved string performance, fixed truncated token issue
     * 2.2.0   - Removed unsafe methods. Minor perf and memory improvements.
     * 2.1.2   - MiniJson now requires net40-client (down from net452)
     * 2.1.1   - Improved code documentation substantially
     * 2.1.0   - Improved performance (breaking change for users of IParseVisitor)
     * 2.0.1   - Documentation update
     * 2.0.0   - Internalizing internal parser details (breaking change for users relying on internal parser details)
     * 1.0.0   - Initial release