cpython/Lib/json
Trey Hunner 906b796af8
gh-122873: Allow "python -m json" to work (#122884)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
2024-08-13 17:09:38 +01: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-113149: Improve error message when JSON has trailing comma (GH-113227) 2023-12-17 20:52:26 +02:00
encoder.py gh-122163: Add notes for JSON serialization errors (GH-122165) 2024-07-23 20:02:54 +03:00
scanner.py bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) 2018-05-22 14:55:07 +03:00
tool.py gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00