1.0.0 • Published 8 years ago

printable-json v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

printable-json

Print JSON objects and arrays in a nice way (with colors).

Install

$ npm install printable-json

Example usage

var printable = require(printable-json)

var obj = { a: "A", b:{a2:"A2", b2: [1,{a3:"A3"},3,"4"], c2: {a3: "A3",b3: {a4: "A4"}}}, c: 143}

console.log(printable.toString(obj))

Output

alt text

Author

Abdulrahman Mufti

License

MIT