cpython/Lib/json
Miss Islington (bot) a42082b6a1
[3.13] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149669)
(cherry picked from commit 833dae7c1f)

Co-authored-by: Jonathan Dung <jonathandung@yahoo.com>
2026-05-11 11:38:56 +00:00
..
__init__.py [3.13] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149669) 2026-05-11 11:38:56 +00:00
decoder.py [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228) 2025-11-08 10:30:15 +00:00
encoder.py [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228) 2025-11-08 10:30:15 +00:00
scanner.py [3.13] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) (GH-125692) 2024-10-21 16:06:31 +03:00
tool.py [3.13] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148922) 2026-04-23 19:30:13 +00:00