Add is-my-json-valid

This commit is contained in:
Vitaly Puzrin
2015-04-26 11:36:10 +03:00
parent 4338f0f890
commit 1d4f7b8516

View File

@@ -352,6 +352,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Data validation
- [joi](https://github.com/spumko/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.
### Parsing