Skip to content

Latest commit

 

History

History
171 lines (146 loc) · 8.94 KB

validation.md

File metadata and controls

171 lines (146 loc) · 8.94 KB

Bookmarks tagged [validation]

https://dzone.com/articles/create-your-own-constraint-with-bean-validation-20

Take a look at how you can create and export your own custom constraints for Bean Validation with this step-by-step tutorial.


https://beanvalidation.org/

What is Jakarta Bean Validation Jakarta Bean Validation is a Java specification which


https://javaee.github.io/tutorial/bean-validation002.html

Several built-in constraints are available in the javax.validation.constraints package. This link list them.


https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#validator-customconst...

The Jakarta Bean Validation API defines a whole set of standard constraint annotations such as @NotNull, @Size etc. In cases where these built-in constraints are not sufficient, you can easily create ...


https://github.com/osamingo/checkdigit

Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).


https://github.com/asaskevich/govalidator

Validators and sanitizers for strings, numerics, slices and structs.


https://github.com/thedevsaddam/govalidator

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.


https://github.com/faceair/jio

jio is a json schema validator similar to joi.


https://github.com/go-ozzo/ozzo-validation

Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags.


https://github.com/gookit/validate

Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features.


https://github.com/gobuffalo/validate

This package provides a framework for writing validations for Go applications.


https://github.com/go-playground/validator

Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.


https://github.com/guillaumepotier/Parsley.js

Validate your forms, frontend, without writing a single line of javascript.


https://github.com/jzaefferer/jquery-validation

jQuery Validation Plugin.


https://github.com/rickharrison/validate.js

Lightweight JavaScript form validation library inspired by CodeIgniter.


https://github.com/jaymorrow/validatr/

Cross Browser HTML5 Form Validation.


http://formvalidation.io/

The best jQuery plugin to validate form fields. Formerly BootstrapValidator.


https://github.com/arasatasaygin/is.js

Check types, regexps, presence, time and more.


https://github.com/FieldVal/fieldval-js

multipurpose validation library. Supports both sync and async validation.


https://github.com/hapijs/joi

Object schema description language and validator for JavaScript objects.


https://github.com/mafintosh/is-my-json-valid

JSON Schema validator that uses code generation to be extremely fast.


https://github.com/nettofarah/property-validator

Easy property validation for Express.


https://github.com/Atinux/schema-inspector

JSON API sanitization and validation.


https://github.com/epoberezkin/ajv

The fastest JSON Schema validator. Supports v5 proposals.