lua-resty-jsonschema
JSON validator
Validates JSON data against a predefined schema to ensure data conforms to expected structure and format.
10 stars
3 watching
1 forks
Language: Lua
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
api7/jsonschema | A Lua library for validating data against JSON schema specifications | 120 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,948 |
ricosuter/njsonschema | Library for working with JSON Schema in .NET | 1,413 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
voxpupuli/json-schema | Provides an interface to validate JSON objects against specified schema rules | 1,567 |
fisxoj/json-schema | An implementation of the JSON Schema validation standard in Common Lisp. | 17 |
ota-meshi/eslint-plugin-json-schema-validator | An ESLint plugin that validates data using JSON Schema Validator. | 74 |
stranger6667/jsonschema | A high-performance JSON Schema validator for Rust | 540 |
mafintosh/is-my-json-valid | A fast JSONSchema validator with code generation capabilities | 965 |
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 | 355 |
playlyfe/themis | A high-performance JSON Schema validator. | 60 |
zaggino/z-schema | A JSON schema validation tool for JavaScript that supports synchronous and asynchronous validation modes. | 340 |
java-json-tools/json-schema-validator | An implementation of JSON Schema validation in pure Java | 1,626 |
petrounias/json-schema-toolkit | Tool for building and validating JSON documents with recursive field mappings | 31 |