Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonPath • Root
Root¶
The root of a BsonPath expression.
All BSON paths start at the root. For example, BsonPath["foo"] refers to the field "foo".
For more information, see BsonPath.
Functions¶
findIn¶
@LowLevelApi
open override fun findIn(reader: BsonValueReader): Sequence<BsonValueReader>
get¶
parse¶
Parses an RFC-9535 compliant string expression into a BsonPath instance.