parent

abstract val parent: BsonPath?(source)

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.