Class IsJsonPredicate

java.lang.Object
org.citrusframework.util.IsJsonPredicate
All Implemented Interfaces:
Predicate<String>

public class IsJsonPredicate extends Object implements Predicate<String>
Tests if a string represents a Json. An empty string is considered to be a valid Json.