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