[ 
https://issues.apache.org/jira/browse/CAMEL-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830131#comment-13830131
 ] 

Guillaume commented on CAMEL-6238:
----------------------------------

hi Claud,
I have been trialing at the jsonpath implementation and found some limitations 
for setting headers - using setheader("MyHeader", new JsonPath("$./....") - as 
there is no way to pass the expected result type as we do for xpath; and we 
might want to select only the first result - as json-path library returns a 
list of Object.
Looking at the current code line, I couldn't find an easy way to inject new 
parameters from JsonPathExpression to the JsonPathLanguage. Is it a limitation 
of the language mechanism? Thanks.

> support JSONPath as a Camel Language for easy JSON filtering and expression 
> evaluation
> --------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6238
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6238
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: james strachan
>            Assignee: Claus Ibsen
>             Fix For: 2.13.0
>
>
> JSON is a very popular message format; yet its kinda painful performing 
> expressions on it as typically you have to marshal it first into some 
> specific domain model (or Maps / Lists) and then use some general purpose 
> Java expression language on it.
> JSONPath looks pretty cool though; kinda like XPath but designed for 
> arbitrary JSON payloads
> https://code.google.com/p/json-path/
> the library is small & Apache licensed so it should be pretty easy to wrap up 
> as a Camel Language



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to