Dale,
You can try : console.log(JSON.stringify(object));
or console.log(JSON.stringify(object, null, 4)); for better indentation where the third argument sets the indentation level, so you can adjust that as desired.
If the above suggestions do not help, then please check with development forums like stackoverflow.com for better suggestions from the developer community as this is a development related query.
Hope this helps.
–Swapna
MyEclipse Support