We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to do a console.log of
{ "str": "foo", "num": 100, "bool": false, "null": null, "array": ["foo", "bar", "baz"], "obj": { "a": 1, "b": 2 } }
to have the colorized and indented output as seen on https://github.com/TylerBrock/colorjson but it's not working.
This is my output
I am using iTerm and oh-my-zsh.
Is there anything I should to to have the output logs colorized and indented properly ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to do a console.log of
to have the colorized and indented output as seen on https://github.com/TylerBrock/colorjson but it's not working.
This is my output
I am using iTerm and oh-my-zsh.
Is there anything I should to to have the output logs colorized and indented properly ?
The text was updated successfully, but these errors were encountered: