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

Skip to content

Commit 6ad277b

Browse files
[3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338)
(cherry picked from commit 083a7a1)
1 parent 7beb8c5 commit 6ad277b

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
@@ -648,7 +648,9 @@ when serializing Python :class:`int` values of extremely large magnitude, or
648648
when serializing instances of "exotic" numerical types such as
649649
:class:`decimal.Decimal`.
650650

651+
651652
.. _json-commandline:
653+
.. program:: json.tool
652654

653655
Command Line Interface
654656
----------------------
@@ -680,6 +682,7 @@ specified, :attr:`sys.stdin` and :attr:`sys.stdout` will be used respectively:
680682
:option:`--sort-keys` option to sort the output of dictionaries
681683
alphabetically by key.
682684

685+
683686
Command line options
684687
^^^^^^^^^^^^^^^^^^^^
685688

0 commit comments

Comments
 (0)