how see the original data in console?

how see the original data in console?

I am using the following format in inside of js.

var Input=[{id: "-1", name: "<b>States</b>"}];
console.log(':::::::Input :::::::::'+Input );

I am running my page i got the following output in My console.
:::::::Input:::::::::[object Object]

How to get the original output?