How can I console log an object with depth and proper formatting?

console.log("obj", JSON.stringify(obj, null, 2));