The latest version of bson is 0.4.0.1-0.
bson
Version 0.3.2.2 revision 1 uploaded by HerbertValerioRiedel.
Package meta
- Synopsis
- BSON documents are JSON-like objects with a standard binary encoding.
- Description
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.
- Author
- Tony Hannan
- Bug reports
- n/a
- Category
- Data
- Copyright
- Copyright (c) 2010-2012 10gen Inc.
- Homepage
- http://github.com/mongodb-haskell/bson
- Maintainer
- Fedor Gogolev <knsd@knsd.net>, Greg Weber <greg@gregweber.info>
- Package URL
- n/a
- Stability
- n/a