wrapp-archive / validate.js

Declarative validation written in javascript
http://validatejs.org/
178 stars 18 forks source link

Support nested objects #7

Closed ansman closed 10 years ago

ansman commented 10 years ago

Either by specifying keys separated with a period or by having an object validator.

colinskow commented 10 years ago

This PR adds the requested functionality without breaking or changing the behavior of the current API: #20

ansman commented 10 years ago

Closed by #20