Found 69 packages
JSON Schema reader, generator and validator for .NET
A command line tool that validates files against a JSON schema.
A JSON implementation of ISchemaValidator in EventDriven.SchemaRegistry.Abstractions.
This project provides a simple way to validate JSON objects in dotnet. The main use for the tool is in integration tests.
Dynamically load JSON Schema and validate JSON documents.
Various utilities for working with JSON schema. Contains a very fast validator.
It's a tool for .NetCore that uses JsonValidator in order to validate every json request.
Package Description
Simple C# JSON type validation for System.Text.Json, inspired by the JavaScript Joi library
JsonValidator is a tool that verifies if a json is syntatically correct as defined in json.org. This library is an update from the original JsonChecker class made by Atif Aziz (http://www.raboof.com/projects/jsonchecker/).