Info
Version: | 2.0.0 |
Author(s): | Jerome Haltom |
Last Update: | Friday, February 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/wasabii/Cogito.Json.Schema |
NuGet Url: | https://www.nuget.org/packages/Cogito.Json.Schema.Validation |
Install
Install-Package Cogito.Json.Schema.Validation
dotnet add package Cogito.Json.Schema.Validation
paket add Cogito.Json.Schema.Validation
Cogito.Json.Schema.Validation Download (Unzip the "nupkg" after downloading)
Dependencies
- Cogito.Core(>= 3.0.7)
- Cogito.Json(>= 2.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Newtonsoft.Json.Schema(>= 3.0.13)
Tags
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.