M3.MiniJson
2.2.3
See the version list below for details.
dotnet add package M3.MiniJson --version 2.2.3
NuGet\Install-Package M3.MiniJson -Version 2.2.3
<PackageReference Include="M3.MiniJson" Version="2.2.3" />
paket add M3.MiniJson --version 2.2.3
#r "nuget: M3.MiniJson, 2.2.3"
// Install M3.MiniJson as a Cake Addin #addin nuget:?package=M3.MiniJson&version=2.2.3 // Install M3.MiniJson as a Cake Tool #tool nuget:?package=M3.MiniJson&version=2.2.3
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.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