cpython/Misc/NEWS.d/next/Library/2024-08-10-14-16-59.gh-issu...

4 lines
196 B
ReStructuredText

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.
Patch by Trey Hunner.