Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Humbertzhang committed Feb 24, 2018
1 parent 9d266c3 commit 6685497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Check json data in your python web service.
3,检查value的type是否一致, 若value为一个对象,则递归地检查它的key number,Key name, value type. <br>

# Usage
Support both python2.7 and python3 <br>
`pip install jsoncensor`
创建一个标准json数据的字典,把它和待检查字典作为初始化JsonCensor对象的参数传入 <br>
调用JsonCensor对象的check方法. <br>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'jsoncensor',
version = '0.0.7',
version = '0.0.8',
description = 'Check json data in your python web service.',
url = 'https://github.com/Humbertzhang/jsoncensor',
author = 'HumbertZhang',
Expand Down

0 comments on commit 6685497

Please sign in to comment.