Skip to content

Kotlin BSON • Based on the official MongoDB implementation

Kotlin-first BSON library, based on the official MongoDB implementations.

BSON API for Kotlin, implemented on top of the official org.mongodb:bson library.

The method opensavvy.ktmongo.bson.official.JvmBsonFactory is the entry point to all types in the module. It allows creating a new BSON factory using the same configuration as the official library (via the CodecRegistry).

Packages

opensavvy.ktmongo.bson.official

opensavvy.ktmongo.bson.official.types