-
-
Notifications
You must be signed in to change notification settings - Fork 735
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 option to sort object keys #64
Labels
Comments
I think a compare function would be more beneficial. Just a simple |
Doesn't mean it can't be both. It'll probably be faster without the function call. |
I need this, and I am to work on that today, if you don't mind. |
nlf
added a commit
that referenced
this issue
Oct 7, 2015
Add an option to sort the keys in the query string FIX #64
Fixed by #120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider adding an option to sort object keys. This could be useful when using query strings for (or as part of) a unique key, ensuring the order of property declaration doesn't affect output.
I can work on this and provide pull request if okay.
The text was updated successfully, but these errors were encountered: