console.dir
and console.log
wrap objects in that manner so they don't have to deal with recursion, which would cause an infinite loop. I don't believe there's a way to have it unwrap the entire object (for the aforementioned reason) with a special command.
Je zou de JSON opnieuw kunnen gebruiken om "mooi" te zijn en het hele ding als een string bekijken:
console.log(JSON.stringify(JSON.parse(compressedJSON), null, 4));
De enige andere optie is om uw JSON in een JSON-weergavetoepassing te plakken ( Fiddler heeft er een ingebouwd).