All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jeroenr.bson.element.BsonObject.scala Maven / Gradle / Ivy

The newest version!
package com.github.jeroenr.bson.element

import com.github.jeroenr.bson.Implicits.BsonValueObject

case class BsonObject(name: String, value: BsonValueObject) extends BsonElement {
  val code: Byte = 0x03
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy