cpython/Lib/json
Chris Wesseling 815dad42d5
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
so that

$ python -m json.tool foo.json foo.json

doesn't result in an empty foo.json.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-11-06 18:11:35 +01:00
..
__init__.py bpo-39377: json: Remove the encoding option. (GH-18075) 2020-01-20 13:54:00 +09:00
decoder.py
encoder.py
scanner.py
tool.py bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) 2021-11-06 18:11:35 +01:00