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

JSON not formatted and colors not displayed #44

Open
QuentinDela opened this issue Nov 26, 2019 · 0 comments
Open

JSON not formatted and colors not displayed #44

QuentinDela opened this issue Nov 26, 2019 · 0 comments

Comments

@QuentinDela
Copy link

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

Screen Shot 2019-11-26 at 5 44 09 PM

I am using iTerm and oh-my-zsh.

Is there anything I should to to have the output logs colorized and indented properly ?

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

No branches or pull requests

1 participant