add property-validator

`property-validator` is a property validation library built on top of `validator.js` to help developers validate request, query, body params and request headers.
This commit is contained in:
Netto Farah
2016-02-15 09:57:07 -08:00
parent 266e6eda46
commit 4cccc1bbd2

View File

@@ -447,6 +447,7 @@
- [joi](https://github.com/hapijs/joi) - Object schema description language and validator for JavaScript objects. - [joi](https://github.com/hapijs/joi) - Object schema description language and validator for JavaScript objects.
- [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast. - [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast.
- [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express.
### Parsing ### Parsing