jellydator / validation

An idiomatic validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
MIT License
39 stars 6 forks source link

add map validation rules for all keys and values #8

Closed davseby closed 1 year ago

davseby commented 1 year ago

This allows to set rules for all keys and values at once + to validate unknown keys.