Data validator is a library for checking the correctness (validation) of data, with which you can check types of data:
- Strings
- Numbers
- Objects of Map type
The project is based on the yup library.
- JDK 20 or above
- Make or use gradle tasks
- Gradle 8.2 or above
- Download library from GitHub
- Connect the library to the project or use jshell
- make build or ./gradlew clean build, for build
- make install or ./gradlew clean build, for clean & install
- make run or ./gradlew --console plain jshell, for run in jshell