Cogito.Json.Schema.Validation
2.0.0
Fast validation around Newtonsoft.Json.Schema. Provides a generator of Linq Expression trees around JSchema instances. These expression trees can be compiled for validation speeds that far exceed Newtonsoft's implementation.
Install-Package Cogito.Json.Schema.Validation -Version 2.0.0
dotnet add package Cogito.Json.Schema.Validation --version 2.0.0
<PackageReference Include="Cogito.Json.Schema.Validation" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cogito.Json.Schema.Validation --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cogito.Json.Schema.Validation, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Cogito.Core (>= 3.0.7)
- Cogito.Json (>= 2.0.0)
- Newtonsoft.Json (>= 12.0.3)
- Newtonsoft.Json.Schema (>= 3.0.13)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.