UnexpectedEndOfInputException
class UnexpectedEndOfInputException(message: String, cause: Throwable? = null) : JsonPathParseException
Indicates that the parser reached the end of the JsonPath string input, but was expecting additional tokens.
The message will contain additional information about what was expected