Expand description
JSONPath language for rust-camel — evaluates jsonpath_rust queries against exchange bodies.
Main types: JsonPathLanguage, JsonPathConfig, JsonPathExpression, JsonPathPredicate.
Provides expressions and predicates for JSON-based routing and transformation.
Structs§
- Json
Path Config - Configuration for
JsonPathLanguageresource limits. - Json
Path Language - JSONPath language implementation for rust-camel.