Kotlin BSON • Pure Kotlin Multiplatform implementation¶
Pure Kotlin BSON library.
BSON API for Kotlin, implemented in pure Kotlin with KotlinX.IO and KotlinX.Serialization.
The entry point is BsonFactory, which provides methods for creating and reading BSON documents.
You can learn more about the Multiplatform implementation and its progress in the roadmap.