Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-6238

support JSONPath as a Camel Language for easy JSON filtering and expression evaluation

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.13.0
    • None
    • None
    • Unknown

    Description

      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

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            jstrachan James Strachan
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: