BSON (Mongodb v1.0.0) View Source
Functions for encoding and decoding BSON documents.
Link to this section Summary
Link to this section Types
Specs
Specs
t() :: document() | String.t() | atom() | number() | boolean() | BSON.Binary.t() | BSON.ObjectId.t() | BSON.Regex.t() | BSON.JavaScript.t() | BSON.Timestamp.t() | [t()]
Link to this section Functions
Specs
Decode iodata
to a BSON document.
Specs
Encode a BSON document to iodata
.