jsonschema
Json validator
A Lua library for validating data against JSON schema specifications
Pure Lua JSON schema validator for Lua/LuaJIT
120 stars
5 watching
28 forks
Language: Lua
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tianchaijz/lua-resty-jsonschema | Validates JSON data against a predefined schema to ensure data conforms to expected structure and format. | 10 |
stranger6667/jsonschema | A high-performance JSON Schema validator for Rust | 527 |
ricosuter/njsonschema | Library to read, generate and validate JSON data using standard | 1,401 |
vm-001/lua-jsonschema-mocker | A Lua library to generate mock data from JSON Schemas. | 3 |
zepgram/module-json-schema | An implementation for validating JSON structures against given schemas in Magento | 1 |
tristanpenman/valijson | A header-only C++ library for validating JSON documents against a set of predefined constraints | 351 |
java-json-tools/json-schema-validator | An implementation of JSON Schema validation in pure Java | 1,626 |
sourcemeta/jsonschema | A command-line tool for working with JSON schema files, providing functionality for validation, formatting, testing, and more. | 64 |
ota-meshi/eslint-plugin-json-schema-validator | An ESLint plugin that validates data using JSON Schema Validator. | 72 |
fisxoj/json-schema | An implementation of the JSON Schema validation standard in Common Lisp. | 17 |
voxpupuli/json-schema | Provides an interface to validate JSON objects against specified schema rules | 1,552 |
json-schema-org/json-schema-test-suite | A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 624 |
mafintosh/is-my-json-valid | A fast JSONSchema validator with code generation capabilities | 965 |
bugventure/jsen | A fast JSON validation library for JavaScript | 156 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |