Skip to main content

Crate camel_language_jsonpath

Crate camel_language_jsonpath 

Source
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§

JsonPathConfig
Configuration for JsonPathLanguage resource limits.
JsonPathLanguage
JSONPath language implementation for rust-camel.