I'm try to export my collections from mongodb with mongoose and Nodejs , using Modal.find();
to get all documents but it returns ids like {_id:"5ee8b4b32af76531cd46d714"}
but I need to this type {"_id":{"$oid":"5ee8b4b32af76531cd46d714"}
can you help me to get this type of id from Modal.find()
function?
{"_id":{"$oid":"5ee8b4b32af76531cd46d714"}