Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 14, 2020 18:49
Show Gist options
  • Save baranovxyz/6ecaba360edf03fe96d0961d0f58641a to your computer and use it in GitHub Desktop.
Save baranovxyz/6ecaba360edf03fe96d0961d0f58641a to your computer and use it in GitHub Desktop.
let doc = { values: [null] };
console.log(BSON.serialize(doc));
// <Buffer 15 00 00 00 04 76 61 6c 75 65 73 00 08 00 00 00 0a 30 00 00 00>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment