cpython/Lib/json
Tomas R. 71da68d588
gh-131952: Add colour to the ``json`` module CLI (#132126)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-04-19 18:11:21 +00:00
..
__init__.py gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00
__main__.py gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00
decoder.py gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683) 2024-10-18 15:29:47 +03:00
encoder.py gh-132021: Add bool type to the list of allowed JSON key types (#132048) 2025-04-08 11:25:46 +03: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-131952: Add colour to the ``json`` module CLI (#132126) 2025-04-19 18:11:21 +00:00