ansman / validate.js

A declarative validation library written javascript
https://validatejs.org
MIT License
2.63k stars 336 forks source link

Advanced Nested Validation #204

Open Nithanaroy opened 7 years ago

Nithanaroy commented 7 years ago

We heavily use validate.js and absolutely enjoy its features and simple API.

However, due to lack of complete support for nested object validation, we are forced to write wrappers on top. In the validatejs home page, it was mentioned that complex nested validations can be done via schemas. What does that mean or what are some other good options for complex nested array objects validations?

Jokero commented 7 years ago

Hi @Nithanaroy. I created package https://github.com/Jokero/validy inspired by validate.js specially for nested validation, you can try it