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? #11

Open
mgzenitech opened this issue Oct 18, 2024 · 0 comments
Open

Sorting? #11

mgzenitech opened this issue Oct 18, 2024 · 0 comments

Comments

@mgzenitech
Copy link

mgzenitech commented Oct 18, 2024

Hey, did not find the info if this package supports sorting the merged objects or is it just appending to the end of the object new keys?

I'm looking for a way to ensure alphanumeric sort of keys in any depth:

{
  b: 2
}
{
  a: 1
}

expected result

{
  a: 1,
  b: 2
}
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