The root of a BsonPath expression.
All BSON paths start at the root. For example, BsonPath["foo"] refers to the field "foo".
BsonPath["foo"]
"foo"
For more information, see BsonPath.
Points to the element at index in a BsonArray.
Points to a field in a Bson document.
Parses an RFC-9535 compliant string expression into a BsonPath instance.