-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to disable stringifying? #13
Comments
Hmm, not sure what you meant by that. As objects have to be stringified in some way before they could be displayed in text :) You mean, stringify without formatting? Or use a default stringifier (like Can you provide an example of what you're trying to get? |
Currently I am using the library on the client-side to make my console.logs cleaner when I view the browser's javascript console. However, in some cases (i.e. |
@aksperiod Yeah, that makes sense, as I thought you were using it with Node. Currently I don't think it's possible to have objects expandable in browser's console, as internally in the library everything is squashed to text before it gets to I will think on that, as that would be a definitely useful feature (as Chrome's |
Hey, I love this library, however in some cases I would like to output the javascript object without stringifying. How can this be done? Thanks!
The text was updated successfully, but these errors were encountered: