Skip to content

Commit

Permalink
添加jsonschema的链接
Browse files Browse the repository at this point in the history
  • Loading branch information
knktc committed Jun 9, 2018
1 parent 493a813 commit c7886d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* jsonschema:[JSON Schema](http://json-schema.org/)的python实现,用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema)

### 反垃圾技术

Expand Down

0 comments on commit c7886d8

Please sign in to comment.