From c7886d881ab3b562d2c7eeac7edb96efaa7db568 Mon Sep 17 00:00:00 2001 From: knktc Date: Sat, 9 Jun 2018 22:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jsonschema=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7a689..849b413 100644 --- a/README.md +++ b/README.md @@ -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) ### 反垃圾技术