You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/03/24 12:57:00 UTC

[jira] [Created] (CAMEL-16397) camel-jsonpath - Use JsonPath that allows to turn on|off caching

Claus Ibsen created CAMEL-16397:
-----------------------------------

             Summary: camel-jsonpath - Use JsonPath that allows to turn on|off caching
                 Key: CAMEL-16397
                 URL: https://issues.apache.org/jira/browse/CAMEL-16397
             Project: Camel
          Issue Type: Improvement
          Components: camel-jsonpath
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.10.0


We should use the jsonpath idiom style they use for setting up jsonpath and evaluate and get the result.

They favour using

return JsonPath.using(configuration).parse(str).read(path);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)