add jsonschema

This commit is contained in:
Vinta 2016-04-03 03:00:03 +08:00
parent bdca951db4
commit a0c26acd9c
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
* [schema](https://github.com/keleshev/schema) - A library for validating Python data structures.
* [jsonschema](https://github.com/Julian/jsonschema) - An implementation of [JSON Schema](http://json-schema.org/) for Python.
* [Cerberus](https://github.com/nicolaiarocci/cerberus/) - A lightweight and extensible data validation library.
* [colander](http://docs.pylonsproject.org/projects/colander/en/latest/) - Validating and deserializing data obtained via XML, JSON, an HTML form post.
* [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library.