mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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>
This commit is contained in:
parent
db6f5e1933
commit
906b796af8
8 changed files with 77 additions and 45 deletions
|
@ -124,6 +124,10 @@ Add notes for JSON serialization errors that allow to identify the source
|
|||
of the error.
|
||||
(Contributed by Serhiy Storchaka in :gh:`122163`.)
|
||||
|
||||
Enable :mod:`json` module to work as a script using the :option:`-m` switch: ``python -m json``.
|
||||
See the :ref:`JSON command-line interface <json-commandline>` documentation.
|
||||
(Contributed by Trey Hunner in :gh:`122873`.)
|
||||
|
||||
operator
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue