Skip to main content

Module json_validator

Module json_validator 

Source
Expand description

JSON Validator Library

Library for JSON validation with configurable constraints. Provides incremental/streaming validation of JSON payloads with support for depth, array length, object entries, and string/key length constraints.

Structs§

JsonValidator
JSON validator with configurable constraints.
JsonValidatorBuilder
Builder for creating JSON validation instances

Enums§

ValidationError
Errors that can occur during JSON validation
ValidationResult
Result of validating a JSON chunk