summaryrefslogtreecommitdiffstats
path: root/Lib/json/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-122873: Allow "python -m json" to work (#122884)Trey Hunner2024-08-131-0/+20
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>