Hello, I'm the author of the (very young) Kondor library to serialize in Json in a functional way.
https://github.com/uberto/kondor-jsonI think it should be easy to extend Kondor in a general way in order to read/write Bson objects from any type mapped by Kondor converters, assuming the converters already exist that would simplify a lot the integration with mongodb.
Can someone point me to an example/test of kmongo using handcoded Bson (rather than annotated stuff)?
It's also fine explaining me why I'm completely wrong about it. :)
thanks
Uberto