bson alternatives and similar packages
Based on the "bson" category.
Alternatively, view bson alternatives based on common mentions on social networks and blogs.
-
bson-mapping
type safe mapping between algebraic data types and bson documents.
Do you think we are missing an alternative of bson or a related project?
Popular Comparisons
README
bson-haskell 
Haskell library for the encoding and decoding BSON documents, which are JSON-like objects with a standard binary encoding, defined at http://bsonspec.org. This library implements version 1 of that spec.
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).