Hello campers!
i am trying to represent my answers in pretty format, like this:
{
"unix": 6312872264587826,
"natural": "december 16, 202016"
}
I tried using require('pretty-format')
and also JSON.justify()
but still it yeilds answers like this:
{ "unix": 6312872264587826, "natural": "december 16, 202016" }
Can you please help me through this?
code in github