This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch jp
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 90d52299402b CAMEL-23170: camel-core - Add simple jsonpath to Camels 
simple language for very basic jsonpath needs without learning jq/jsonpath lingo
     add 2aa1eb1f5437 CAMEL-23170: camel-core - Add simple jsonpath to Camels 
simple language for very basic jsonpath needs without learning jq/jsonpath lingo

No new revisions were added by this update.

Summary of changes:
 .../modules/languages/pages/simple-language.adoc   |   7 +-
 .../apache/camel/language/simple/SimpleTest.java   |   7 ++
 .../camel/support/builder/ExpressionBuilder.java   |  12 +-
 .../org/apache/camel/util/json/JsonObject.java     | 128 ++++++++-------------
 .../apache/camel/util/json/JsonObjectPathTest.java |  33 ++++++
 5 files changed, 98 insertions(+), 89 deletions(-)

Reply via email to