Description
Structured data can be validated against rules before an application trusts it. This Python library helps developers check dictionaries, JSON-like values, and other inputs for expected fields and types.
It is imported by applications and libraries, not opened directly. Validation rules should be explicit for untrusted input from files, forms, APIs, or network services.