JsonPathSyntaxException
class JsonPathSyntaxException(val position: Int, message: String, cause: Throwable? = null) : JsonPathParseException
Exception to indicate that there a syntax error in the provided JsonPath string which could not be parsed successfully.
The message will contain additional information about what was expected