Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonPath • parent
parent¶
The parent path of this path: the same path without the last segment.
For example, the path $.foo.bar has the parent $.foo.
The root path has the parent null. All other paths have a non-null parent.