SyntaxFix
Write A Post
Hire A Developer
Questions
Firebug.
Then, in your javascript:
var blah = {something: 'hi', another: 'noway'}; console.debug("Here is blah: %o", blah);
Now you can look at the console, click on the statement and see what is inside blah
blah