M3.MiniJson
2.3.1
dotnet add package M3.MiniJson --version 2.3.1
NuGet\Install-Package M3.MiniJson -Version 2.3.1
<PackageReference Include="M3.MiniJson" Version="2.3.1" />
paket add M3.MiniJson --version 2.3.1
#r "nuget: M3.MiniJson, 2.3.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
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.
* 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