Registry / messaging / camel-jsonpath

camel-jsonpath

JSON →
library4.19.0javamavenunverified

Camel JSON Path Language.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jsonpath</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-JSONPATH
C
camel-jsonpath
messagingjavav4.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonPathExpression
org.apache.camel.jsonpath.JsonPathExpression

Using JSON Path expression to extract data from a JSON body.

import org.apache.camel.jsonpath.JsonPathExpression; JsonPathExpression expr = new JsonPathExpression("$.store.book[0].title"); String result = expr.evaluate(jsonBody);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
32
OpenAI (training)
1
Resources
camel-jsonpath — mvn dependency:get camel-jsonpath · libregistry