davsclaus commented on issue #632:
URL: https://github.com/apache/camel-k-runtime/issues/632#issuecomment-791998603


   Okay so the single quoutes should be double quotes, then we can use O'Niel, 
such as
   
                           .transform().jsonpath("$.store.book[?(@.author == 
\"John O'Niel\")].title")
   
   Since kamelets in yaml dsl are already using double quotes for string 
literals. We can maybe transpose the expression by looking for single quote 
pairs, and replace them as double quotes, for specific languages like simple or 
jsonpath.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to