Skip to content

Commit a0c26ac

Browse files
committed
add jsonschema
1 parent bdca951 commit a0c26ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
702702

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

0 commit comments

Comments
 (0)