cpython/Lib/json
Inada Naoki e0f148e663
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
(cherry picked from commit 808769f3a4)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2019-12-04 19:26:22 +09:00
..
__init__.py bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) 2018-04-02 21:31:27 -07:00
decoder.py bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001) 2018-04-02 21:31:27 -07:00
encoder.py bpo-24641: Improved error message for JSON unserializible keys. (#4364) 2017-11-25 17:38:20 +02:00
scanner.py bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) 2018-05-22 06:03:10 -07:00
tool.py bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) 2019-12-04 19:26:22 +09:00