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

Add ability to not sort JSON Array values at all #1

Open
robg-test opened this issue Aug 7, 2023 · 0 comments
Open

Add ability to not sort JSON Array values at all #1

robg-test opened this issue Aug 7, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@robg-test
Copy link
Owner

robg-test commented Aug 7, 2023

Reason: I believe order can matter for Arrays no matter what the object type is.
This means that ordering an array may be incorrect if the user wants to solely just sort property keys.

Proposal Add a configuration flag to disable all array sorting then disable array sorting by reading from that flag

Notes: You still want to sort any arrays objects properties in this scenario!

@robg-test robg-test added the good first issue Good for newcomers label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant