z-schema
JSON validator
A JSON schema validation tool for JavaScript that supports synchronous and asynchronous validation modes.
JSON Schema validator written in JavaScript for NodeJS and Browsers
340 stars
8 watching
91 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zepgram/module-json-schema | An implementation for validating JSON structures against given schemas in Magento | 1 |
fisxoj/json-schema | An implementation of the JSON Schema validation standard in Common Lisp. | 17 |
java-json-tools/json-schema-validator | An implementation of JSON Schema validation in pure Java | 1,626 |
molnarg/js-schema | A JavaScript library for defining and validating object schemas | 388 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
acornejo/jjv | A lightweight JSON schema validator written in JavaScript. | 198 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |
json-schema-org/json-schema-test-suite | A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 624 |
ricosuter/njsonschema | Library to read, generate and validate JSON data using standard | 1,401 |
voxpupuli/json-schema | Provides an interface to validate JSON objects against specified schema rules | 1,552 |
bugventure/jsen | A fast JSON validation library for JavaScript | 156 |
romaricdrigon/metayaml | A schema validation tool that supports multiple file formats, generates documentation and XSD files, and provides a simple API for loading data from various sources. | 104 |
ebdrup/json-schema-benchmark | Tests performance and behavior of various JSON-schema validators | 385 |
stranger6667/jsonschema | A high-performance JSON Schema validator for Rust | 527 |
tristanpenman/valijson | A header-only C++ library for validating JSON documents against a set of predefined constraints | 351 |