Module rsonpath_syntax::builder
source · Expand description
Utility for building a JsonPathQuery
programmatically.
The entrypoint is the JsonPathQueryBuilder.
Consult the structs documentation for details.
Structs§
- Builder for
ComparisonExprwith thelhsalready configured. - Starting point for building a
ComparisonExpr. - Starting point for building a filter
LogicalExpr. - Builder for
JsonPathQueryinstances. - Builder for a
Selectorscollection used by theJsonPathQueryBuilderto create multipleSelectorinstances within aSegment. - Builder for a
LogicalExprthat can be finalized, or boolean-combined with anotherLogicalExpr. - Builder for a
SingularJsonPathQuery. - Helper API for programmatically constructing
Sliceinstances.