Package Info

ghc-bson


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


Development/Libraries/Haskell

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.


License: Apache-2.0
URL: https://hackage.haskell.org/package/bson

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.3.2.3-bp150.2.4 info GA Release 2018-08-01 15
  • AArch64
  • ghc-bson
  • ghc-bson-devel
0.3.2.3-bp150.2.7 info GA Release 2018-07-31 15
  • ppc64le
  • ghc-bson
  • ghc-bson-devel
0.3.2.3-bp150.2.6 info GA Release 2018-07-30 15
  • x86-64
  • ghc-bson
  • ghc-bson-devel