Skip to main content

List of Javascript Validation Libraries

· One min read
Erik

Here is a list of some validation libraries used for the Javascript ecosystem that I've come across and used.

NameComments
validator.jsA general purpose string validator
ZodValidate based on defined schemas
JoiValidate based on defined schemas
Ajv JSON schema validatorValidate based on defined schemas
yupValidate based on defined schemas
superstructHow do they differentiate from the rest?
express-validatorTo be used as Express.js middlewares