schema
Validator
Expresses validation rules for JSON data structures in a structured way
Quick and easy expression matching for JSON schemas used in requests and responses
21 stars
2 watching
1 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
gojsonmatchertesting
Related projects:
Repository | Description | Stars |
---|---|---|
java-json-tools/json-schema-validator | An implementation of JSON Schema validation in pure Java | 1,626 |
json-schema-org/json-schema-test-suite | A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 624 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
twharmon/govalid | Struct validation using tags | 46 |
fisxoj/json-schema | An implementation of the JSON Schema validation standard in Common Lisp. | 17 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |
zaggino/z-schema | A JSON schema validation tool for JavaScript that supports synchronous and asynchronous validation modes. | 340 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
voxpupuli/json-schema | Provides an interface to validate JSON objects against specified schema rules | 1,552 |
acornejo/jjv | A lightweight JSON schema validator written in JavaScript. | 198 |
stranger6667/jsonschema | A high-performance JSON Schema validator for Rust | 527 |
zepgram/module-json-schema | An implementation for validating JSON structures against given schemas in Magento | 1 |
ebdrup/json-schema-benchmark | Tests performance and behavior of various JSON-schema validators | 385 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
petrounias/json-schema-toolkit | Tool for building and validating JSON documents with recursive field mappings | 31 |