Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c5f14d

Browse files
miss-islingtonserhiy-storchaka
authored andcommitted
[3.6] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) (GH-10339)
(cherry picked from commit 083a7a1) (cherry picked from commit 6ad277b)
1 parent 7054e5c commit 8c5f14d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/json.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,9 @@ when serializing Python :class:`int` values of extremely large magnitude, or
652652
when serializing instances of "exotic" numerical types such as
653653
:class:`decimal.Decimal`.
654654

655+
655656
.. _json-commandline:
657+
.. program:: json.tool
656658

657659
Command Line Interface
658660
----------------------
@@ -684,6 +686,7 @@ specified, :attr:`sys.stdin` and :attr:`sys.stdout` will be used respectively:
684686
:option:`--sort-keys` option to sort the output of dictionaries
685687
alphabetically by key.
686688

689+
687690
Command line options
688691
^^^^^^^^^^^^^^^^^^^^
689692

0 commit comments

Comments
 (0)