Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 14, 2020 18:30
Show Gist options
  • Save baranovxyz/e061a04ed095a2a9a9a8f5fdee2b7765 to your computer and use it in GitHub Desktop.
Save baranovxyz/e061a04ed095a2a9a9a8f5fdee2b7765 to your computer and use it in GitHub Desktop.
let doc = { _id: 1 };
console.log(BSON.serialize(doc));
// <Buffer 0e 00 00 00 10 5f 69 64 00 01 00 00 00 00>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment