Expand description
Utility for building a JsonPathQuery
programmatically.
The entrypoint is the JsonPathQueryBuilder
.
Consult the structs documentation for details.
Structsยง
- Builder for
ComparisonExpr
with thelhs
already configured. - Starting point for building a
ComparisonExpr
. - Starting point for building a filter
LogicalExpr
. - Builder for
JsonPathQuery
instances. - Builder for a
Selectors
collection used by theJsonPathQueryBuilder
to create multipleSelector
instances within aSegment
. - Builder for a
LogicalExpr
that can be finalized, or boolean-combined with anotherLogicalExpr
. - Builder for a
SingularJsonPathQuery
. - Helper API for programmatically constructing
Slice
instances.