You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/24 12:27:51 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on issue #2676: jsonpath : Unexpected character ('r' (code 114)): was expecting double-quote to start field name

JiriOndrusek commented on issue #2676:
URL: https://github.com/apache/camel-quarkus/issues/2676#issuecomment-1020048153


   This is not a bug. If you add "double quotes" to property names, it works.
   ```
   RestAssured.given().body("{\"room\": {\"temperature\": 19 }}").when().post("/hello").then().statusCode(200);
   ```
   
   Camel itself behaves just the same.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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