mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 12:28:04 -08:00
Add schema-inspector
I find it one of the best documented and customizable modules for object validation. Best thing about it, also includes sanitization. Closes #501
This commit is contained in:
committed by
Sindre Sorhus
parent
d39ee6acf2
commit
ee0ef9cbe9
@@ -477,6 +477,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.
|
- [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express.
|
||||||
|
- [schema-inspector](https://github.com/Atinux/schema-inspector) - JSON API sanitization and validation.
|
||||||
|
|
||||||
|
|
||||||
### Parsing
|
### Parsing
|
||||||
|
|||||||
Reference in New Issue
Block a user