When examining my object in Mongo, it appears like this
_id: ObjectId("5d23f0c37d128545a85a139b")
During the debugging process, I utilize console.log
to display my object, and the output is:
_id: "5d23f0c37d128545a85a139b"
Is there a method to show an actual ObjectId
, rather than just a string?