[New-bugs-announce] [issue21650] add json.tool option to avoid alphabetic sort of fields

Pavel Kazlou report at bugs.python.org
Tue Jun 3 12:11:31 CEST 2014


New submission from Pavel Kazlou:

Currently when you use json.tool, fields are reordered alphabetically.
In source code the value of sort_keys is hardcoded to be true.
It should be easy to expose this option as command line parameter.

----------
components: Library (Lib)
messages: 219675
nosy: Pavel.Kazlou
priority: normal
severity: normal
status: open
title: add json.tool option to avoid alphabetic sort of fields
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21650>
_______________________________________


More information about the New-bugs-announce mailing list