Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C170C37B for ; Fri, 28 Jun 2013 06:42:33 +0000 (UTC) Received: (qmail 31075 invoked by uid 500); 28 Jun 2013 06:42:32 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 31016 invoked by uid 500); 28 Jun 2013 06:42:32 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 30955 invoked by uid 99); 28 Jun 2013 06:42:31 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 06:42:31 +0000 Date: Fri, 28 Jun 2013 06:42:31 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-6238) support JSONPath as a Camel Language for easy JSON filtering and expression evaluation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-6238: ------------------------------- Fix Version/s: (was: 2.11.1) > 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: james strachan > Fix For: 2.12.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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira