npm.io
1.0.1 • Published 9 years ago

prettify-js

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0

prettify-js

Convert JavaScript value to readable JSON string for terminal/console.

Install

$ npm install prettify-js -D

Examples

var beautify = require('prettify-js');

console.log(beautify({hello: 'world', body: 'This is pretty  json' }));

-----

    {
       "hello": "world",
       "body": "This is pretty  json"
    }

Keywords