Description
Mapping between Aeson's JSON and Bson objects.
Description
This package lets you convert between Aeson's JSON and Bson objects.
README.md
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)