2013年2月17日 星期日

[Node.js][Javascript] Print javascript object

var obj = {a:'a', b:'b'};
console.log( JSON.stringify(obj, null, 4) );

This will print the object content with json format and indent = 4.

沒有留言:

張貼留言