MongoDB Node: Support for Extended JSON

In the MongoDB documentation there is support for Extended JSON - Node driver should support this already.

And so, a ObjectId could be represented by:

{"$oid":"5d505646cf6d4fe581014ab2"}

And a Date could be represented by:

{"$date":"2019-08-11T17:54:14.692Z"}

Mentioned in other questions:

Have n8n introduced it ever or any other workaround? Is there a communiy node that solves it?

Ive solved this issue and all other using BSON as the parser. You can use at any any moment with my community node: https://www.npmjs.com/package/n8n-nodes-mongo-oid

1 Like