GitHub - JavaWebStack/validator: A validation library allowing to deep-validate data structures

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

79 Commits

Repository files navigation

JWS Request Validation

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

A validation library allowing to deep-validate data structures

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>validator</artifactId>
    <version>1.0.2</version>
</dependency>