Not sure if this is what you are after but I have done it this way:
.when(PredicateBuilder.isEqualTo(ExpressionBuilder.languageExpression("jsonpath","$.Status"),
"whatyouwantequalto"))
The $.Status is a node in the json string.
--
View this message in context:
http://camel.465427.n5.nabble.com/Evaluate-JsonPath-on-string-inside-a-Map-tp5793652p5793669.html
Sent from the Camel - Users mailing list archive at Nabble.com.
