2 रिपॉजिटरी
Libraries used to verify complex JavaScript object structures against defined rules and constraints.
Distinct from JavaScript Validators: Shortlist candidates are too narrow, focusing on specific JS naming rules or module imports rather than general object schema validation.
Explore 2 awesome GitHub repositories matching web development · JavaScript Schema Validation. Refine with filters or upvote what's useful.
async-validator is a JavaScript schema validation library and asynchronous data validation engine. It verifies complex object structures and nested arrays by applying recursive rules and non-blocking, promise-based execution to ensure data integrity. The library functions as both an object constraint validator and a data transformation pipeline. It allows for the sanitization, coercion, and formatting of input values through a sequence of functions that run before and after the primary validation process. The engine covers a range of capabilities including recursive nested validation, the en
Verifies complex data objects against defined rules and constraints to ensure structural integrity within JavaScript applications.
v8n is a JavaScript data validation library used to verify that values, objects, and arrays meet specific criteria. It functions as a schema-based validator and an asynchronous validation engine, utilizing a fluent API to construct sequences of chainable rules and constraints. The framework is distinguished by its ability to execute promises and network requests during the validation process to determine if a value is valid. It allows for the creation of reusable validation schemas and provides a customizable rule framework where users can define their own logic and configure how error result
Provides a library to verify complex JavaScript object structures against defined rules and constraints.