aeson-bson: Mapping between Aeson's JSON and Bson objects.

[ data, library ] [ Propose Tags ]

This package lets you convert between Aeson's JSON and Bson objects.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.3.0
Dependencies aeson (>=0.6 && <0.8), array, attoparsec, base (>=4 && <5), bson (>=0.2.1 && <3), bytestring (>=0.10 && <0.13), containers, text (>=0.11.1.0), unordered-containers (>=0.1.3.0), vector [details]
License LicenseRef-OtherLicense
Copyright CC0
Author Niklas Hambuechen <mail@nh2.me> & Andras Slemmer <0slemi0@gmail.com>
Maintainer Niklas Hambuechen <mail@nh2.me>
Category Data
Source repo head: git clone git://github.com/adinapoli/aeson-bson.git
Uploaded by AlfredoDiNapoli at 2013-05-24T06:57:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2247 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for aeson-bson-0.3.0

[back to package description]

Fork from the original work: http://hackage.haskell.org/package/AesonBson

This package takes api-breaking decisions like:

  • Different library namespace (Data.Aeson.Bson)
  • Different function names for exposed functions (toAeson and toBson)