JsonRazor 1.2.2.2

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

// Install JsonRazor as a Cake Tool
#tool nuget:?package=JsonRazor&version=1.2.2.2

Extreme performance JSON management library. Simple & as fast as possible. Can be installed on any version (>= 3.5) and profile.
Way to omit perticular members, specify members access, types or custom constructor per type or per member for de/serialization, as well as struct support and Linq.IToken deserialization.
Important bug fixes.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.0.2 1,225 2/6/2022
2.0.1-rc 795 12/11/2021
2.0.0-rc 952 7/4/2021
1.5.1 2,163 9/27/2019
1.5.0 1,311 7/27/2019
1.4.0 1,345 6/5/2019
1.3.1 1,516 1/25/2019
1.3.0 1,456 1/1/2019
1.2.2.8 1,841 7/6/2018
1.2.2.7 1,808 6/25/2018
1.2.2.6 1,666 6/9/2018
1.2.2.5 1,964 3/31/2018
1.2.2.2 1,849 10/7/2017
1.2.2.1 1,746 10/4/2017
1.2.2 1,792 10/1/2017
1.2.0.1 1,730 8/15/2017
1.1.0.10 1,866 6/25/2017

Major bug fixes (IToken.Convert<> method). Enum list/array support during deserialization.