typeclass-based utility for encoding and decoding mongo db objects in Scala
if you need to write any sorts of scala objects to mongoDB objects, and read any mongo DBObjects back to scala objects, the-bson can help you out!
This library was inspired by and is modeled on the Argonaut library, which is a great way to create and decode Json in Scala. The structure and interfaces of this library were made to be familiar to a user of Argonaut.
using SBT: just add
libraryDependencies += "io.github.raptros" %% "the-bson" % "0.1"