Scala simple validation
Library for simple data validation in scala.
Allows you to define schema for validation and then validate data using this schema.
Use cats Validated under the hood.
Provides features like:
- easy way for describing validation schema
- few common validators to use
- simple way of creating your own, custom validators
- designing more complex validation process - where validation depends on some specific value
- allow to reuse validation schemas as validators
For more information - go to microsite