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 sortKeys option #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add sortKeys option #4

wants to merge 2 commits into from

Commits on Apr 18, 2012

  1. Add an option to sort the object keys.

    For very large objects, it can be a pain to wade through the key/value pairs
    to find the entry you're looking for. We've added a sortKeys option to allow
    said keys to be sorted.
    Ovid committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    790e58b View commit details
    Browse the repository at this point in the history
  2. Update the README.md to explain key sorting

    Ovid committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    4c81f01 View commit details
    Browse the repository at this point in the history