summaryrefslogtreecommitdiff
path: root/Lib/json/tool.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-2/+10
* improve the command-line interface of json.tool (closes #21000)Benjamin Peterson2014-03-211-12/+15
* Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
|\
| * Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
| * #16476: Fix json.tool to avoid including trailing whitespace.Ezio Melotti2012-11-291-1/+2
|/
* #16549: Make json.tool work again on Python 3 and add tests. Initial patch b...Ezio Melotti2012-11-291-9/+11
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-291-1/+1
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-021-3/+3
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+37