bson-0.3.1: BSON documents are JSON-like objects with a standard binary encoding.
Data.Bson.Binary
Description
Standard binary encoding of BSON documents, version 1.0. See bsonspec.org
putDocument :: Document -> PutSource
getDocument :: Get DocumentSource
putDouble :: Double -> PutSource
getDouble :: Get DoubleSource
putInt32 :: Int32 -> PutSource
getInt32 :: Get Int32Source
putInt64 :: Int64 -> PutSource
getInt64 :: Get Int64Source
putCString :: Text -> PutSource
getCString :: Get TextSource