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

Conversation

Ovid
Copy link

@Ovid Ovid commented Apr 18, 2012

Hi there,

I work with some large data structures and it's sometimes difficult to visualize the data. prettyPrint.js has helped quite a bit. I've added an option to allow sorting of the object keys. This can make it easier to scan through and find exactly the value you need.

Cheers,
Ovid

Ovid added 2 commits April 18, 2012 11:45
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.
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

Successfully merging this pull request may close these issues.

1 participant