bson-0.1.7: BSON documents are JSON-like objects with a standard binary encoding

The bson package

A BSON Document is an untyped (dynamically type-checked) record. I.e. it is a list of name-value pairs, where a Value is a single sum type with constructors for basic types (Bool, Int, Float, String, and Time), compound types (List, and (embedded) Document), and special types (Binary, Javascript, ObjectId, RegEx, and a few others).

A BSON Document is serialized to a standard binary encoding defined at http://bsonspec.org. This implements version 1 of that spec.

Properties

Versions0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7
Dependenciesbase (<5), binary, bytestring, compact-string-fix, cryptohash, data-binary-ieee754, mtl (≥2), network, time
LicenseOtherLicense
CopyrightCopyright (c) 2010-2012 10gen Inc.
AuthorTony Hannan
MaintainerTony Hannan <tonyhannan@gmail.com>
CategoryData
Home pagehttp://github.com/TonyGen/bson-haskell
Upload dateTue Jan 24 03:44:38 UTC 2012
Uploaded byTonyHannan
Built onghc-7.2
DistributionsNixOS: 0.1.7

Modules

Downloads