View Source BSON (mongodb-driver v1.4.1)
Functions for encoding and decoding BSON documents.
Summary
Types
@type t() :: document() | String.t() | atom() | number() | boolean() | BSON.Binary.t() | BSON.ObjectId.t() | BSON.Regex.t() | BSON.JavaScript.t() | BSON.Timestamp.t() | BSON.LongNumber.t() | [t()]
Functions
Decode iodata
to a BSON document.
Encode a BSON document to iodata
.