Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorting dictionary keys by name #17

Open
tymofij opened this issue Aug 6, 2019 · 0 comments
Open

sorting dictionary keys by name #17

tymofij opened this issue Aug 6, 2019 · 0 comments

Comments

@tymofij
Copy link

tymofij commented Aug 6, 2019

Thank you for your nice tool!

It would be easier to read the output if dictionary keys were sorted by name.
Like, for {"bb":{}, "aa": 1, "cc": null} instead of

{
  "bb": {},
  "aa": 1,
  "cc": null
}

the output would be

{
  "aa": 1,
  "bb": {},
  "cc": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant