I'm stepping through my page's javascript with Chrome DevTools, I've put a watch on my variable. I just need the JSON object as text.
You can print your object in the following way in your code:
console.log(JSON.stringify(your_object));