markupify
Highlight your JSON with HTML markup
npm install markupify
Markupify will take a JSON document and add markup to it so it can be styled in a browser.
var markupify = ;var html = ;console;
The above example will print the following HTML
{hello: "world"}
Afterwards you can use css to style your output to your liking. A stylesheet similar to JSON view is included in style.css