cpython/Lib/json
Victor Stinner 349639cfa4
gh-141510: Use frozendict in the stdlib (#144909)
Co-authored-by: Donghee Na <donghee.na@python.org>
2026-03-06 10:25:09 +01:00
..
__init__.py gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) 2025-11-08 12:07:27 +02:00
__main__.py gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00
decoder.py gh-141510: Use frozendict in the stdlib (#144909) 2026-03-06 10:25:09 +01:00
encoder.py gh-141510, PEP 814: Add frozendict support to json (#144903) 2026-02-21 12:22:47 +01:00
scanner.py gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) 2024-10-18 15:26:29 +03:00
tool.py gh-141510: Use frozendict in the stdlib (#144909) 2026-03-06 10:25:09 +01:00