The parent path of this path: the same path without the last segment.
For example, the path $.foo.bar has the parent $.foo.
$.foo.bar
$.foo
The root path has the parent null. All other paths have a non-null parent.
null