I want to convert ObjectID (Mongodb) to String in JavaScript. When I get a Object form MongoDB. it like as a object has: timestamp, second, inc, machine. I can't convert to string.
Try this:
objectId.str
See the doc.
ObjectId()
has the following attribute and methods:[...]
str
- Returns the hexadecimal string representation of the object.