From 1d4f7b8516a1733176f90f7b94639059eb4fdaf0 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 26 Apr 2015 11:36:10 +0300 Subject: [PATCH] Add `is-my-json-valid` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 39f174d..1f15019 100644 --- a/readme.md +++ b/readme.md @@ -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