I've created a simple Java BSON encoder/decoder implementation: I've
called it ebson (e for extensible). The project's page is here:
http://code.google.com/p/ebson/.
It is independent of MongoDB: for example, my library doesn't provide
an ObjectId implementation (however clients can plug their own
implementations at runtime).
It's nothing much, but I thought I'll let you people know. (I've
forked your project at GitHub first so that I can add a link on the
implementations page, but then I saw the four pending pull request's
at your main repo, so I dropped that idea—instead I'm writing here.)
Sooooo, that's it. Bye and have a good life!
Regards,
Kohányi Róbert