Skip to content

Haskell representation and serialization of BSON documents (version 1.0) as defined at bsonspec.org

License

Notifications You must be signed in to change notification settings

selectel/bson-haskell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bson-haskell Build Status

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).

About

Haskell representation and serialization of BSON documents (version 1.0) as defined at bsonspec.org

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%