commit | f19447994983902aa88362d8fffe645f1ea2f2aa | [log] [tgz] |
---|---|---|
author | HongWeipeng <961365124@qq.com> | Wed Nov 07 18:09:32 2018 +0800 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 07 12:09:32 2018 +0200 |
tree | 28d11d764423c8838132f9f61f20fced054ddf6b | |
parent | 0e7497cb469b003a45a4abe4105b81ef6d0c4002 [diff] |
bpo-31553: add --json-lines option to json.tool (#10051) * add jsonlines option to json.tool * code review * fix:avoid read infile after it close * improve doc in whatsnew 3.8