添加jsonschema的链接

pull/54/head
knktc 2018-06-09 22:03:32 +08:00
parent 493a813585
commit c7886d881a
1 changed files with 2 additions and 1 deletions

View File

@ -654,7 +654,8 @@ Python 实现的数据库。
* schema一个用于对 Python 数据结构进行验证的库。[官网](https://github.com/keleshev/schema)
* Schematics数据结构验证。[官网](https://github.com/schematics/schematics)
* valideer轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer)
* voluptuous一个 Python 数据验证库。主要是为了验证传入 Python 的 JSONYAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* voluptuous一个 Python 数据验证库。主要是为了验证传入 Python 的 JSONYAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* jsonschema[JSON Schema](http://json-schema.org/)的python实现用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema)
### 反垃圾技术