From 8c16c9aafc97c6650b9b7ab5261c174ae48699b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A0=D0=BE=D0=BC=D0=B0?=
 =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B8=D1=87?= <romanovich@yandex-team.ru>
Date: Thu, 13 Aug 2015 20:54:42 +0500
Subject: [PATCH] Add JSL as a data validation library

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 63662cf..df4344f 100644
--- a/README.md
+++ b/README.md
@@ -692,6 +692,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
 * [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
 * [valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library.
+* [JSL](https://github.com/aromanovich/jsl) - A DSL for describing JSON schemas.
 
 ## Anti-spam
 
-- 
GitLab