Skip to content

Feature Request - Sorting Keys #8

@unacceptable

Description

@unacceptable

I might look into contributing this if I find the time later.

What I am thinking is that it would be something similar to the following python code

>>> json.dumps({'asdf': 'jkl', '2': 'two'})
'{"asdf": "jkl", "2": "two"}'
>>> json.dumps({'asdf': 'jkl', '2': 'two'}, sort_keys=True)
'{"2": "two", "asdf": "jkl"}'
>>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions