mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27304: Source code links for sub-packages in the same file.
Patch by Yoni Lavi
This commit is contained in:
parent
06a1fcbb00
commit
dcb6c88a24
3 changed files with 31 additions and 1 deletions
|
@ -629,13 +629,19 @@ when serializing instances of "exotic" numerical types such as
|
|||
:class:`decimal.Decimal`.
|
||||
|
||||
.. highlight:: bash
|
||||
.. module:: json.tool
|
||||
|
||||
.. _json-commandline:
|
||||
|
||||
Command Line Interface
|
||||
----------------------
|
||||
|
||||
.. module:: json.tool
|
||||
:synopsis: A command line to validate and pretty-print JSON.
|
||||
|
||||
**Source code:** :source:`Lib/json/tool.py`
|
||||
|
||||
--------------
|
||||
|
||||
The :mod:`json.tool` module provides a simple command line interface to validate
|
||||
and pretty-print JSON objects.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue