Daniel Himmelstein
|
15fb7fa881
|
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
And updated test to use subprocess.run
|
2019-12-07 23:14:40 +09:00 |
wim glenn
|
efefe25443
|
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
|
2019-12-06 15:44:01 +09:00 |
Inada Naoki
|
808769f3a4
|
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
|
2019-12-04 18:39:31 +09:00 |
Daniel Himmelstein
|
03257949bc
|
bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)
|
2019-12-04 15:15:19 +09:00 |
HongWeipeng
|
f194479949
|
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
|
2018-11-07 12:09:32 +02:00 |
Daniel Himmelstein
|
b4e9087e7b
|
Fix stderr bug in json.tool test (#346)
See https://github.com/python/cpython/pull/201#discussion_r103229425.
|
2017-03-15 17:31:06 +03:00 |
Berker Peksag
|
ce643913a9
|
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
|
2015-05-06 06:33:17 +03:00 |
Berker Peksag
|
39e4c4d873
|
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
|
2014-11-10 09:56:54 +02:00 |
Benjamin Peterson
|
940e207412
|
improve the command-line interface of json.tool (closes #21000)
A patch from Berker Peksag.
|
2014-03-21 23:17:29 -05:00 |
Ezio Melotti
|
66f2ea042a
|
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
|
2013-08-08 15:03:45 +03:00 |