JsonRazor 1.2.2.2
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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,333 | 2/6/2022 |
2.0.1-rc | 853 | 12/11/2021 |
2.0.0-rc | 1,010 | 7/4/2021 |
1.5.1 | 2,240 | 9/27/2019 |
1.5.0 | 1,376 | 7/27/2019 |
1.4.0 | 1,407 | 6/5/2019 |
1.3.1 | 1,593 | 1/25/2019 |
1.3.0 | 1,527 | 1/1/2019 |
1.2.2.8 | 1,915 | 7/6/2018 |
1.2.2.7 | 1,873 | 6/25/2018 |
1.2.2.6 | 1,734 | 6/9/2018 |
1.2.2.5 | 2,036 | 3/31/2018 |
1.2.2.2 | 1,925 | 10/7/2017 |
1.2.2.1 | 1,815 | 10/4/2017 |
1.2.2 | 1,850 | 10/1/2017 |
1.2.0.1 | 1,796 | 8/15/2017 |
1.1.0.10 | 1,932 | 6/25/2017 |
Major bug fixes (IToken.Convert<> method). Enum list/array support during deserialization.