Claus Ibsen created CAMEL-23170:
-----------------------------------
Summary: camel-core - Add simple jsonpath to Camels JsonObject
Key: CAMEL-23170
URL: https://issues.apache.org/jira/browse/CAMEL-23170
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 4.19.0
Sometimes you need a very basic jsonpath that is just like a very easy OGNL
like to grab some data from a json payload that are nested.
"foo.bar.title"
"foo.bar.year"
You can use jq / jsonpath and those more powerful languages but then you get
trapped into their complex syntax.
Instead when you are using simple OGNL then you have a dot syntax and ?. to
mark it optional, and then [xxx] to index in an array.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)