Skip to content

Commit bb21256

Browse files
committed
Display nested objects.
1 parent 6fd5e6e commit bb21256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/iconv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function fetch(feed) {
5353
feedparser.on('readable', function() {
5454
var post;
5555
while (post = this.read()) {
56-
console.log(post);
56+
console.log(JSON.stringify(post, ' ', 4));
5757
}
5858
});
5959
}

0 commit comments

Comments
 (0)