Unable to deserialize from object mapper, getting error “com.fasterxml.jackson.databind.exc.MismatchedInputException
So I am new to RestAssured API automation, I was trying to create json from pojo class through object mapper though I am successfully able to create json from pojo but getting error when trying to deserialize to java object through object mapper with below error at step(List<Person> latest=map.readValue(json, new TypeReference<List<Person>>() {
});) :