chop property
JsonPath
get
chop
Returns an immutable copy of this path, with the last path segment removed
Implementation
JsonPath get chop => JsonPath.segments(_chopList(segments));
Returns an immutable copy of this path, with the last path segment removed
JsonPath get chop => JsonPath.segments(_chopList(segments));