Converts a JsonNode to a List of Ts by applying the given mapper to each element of the json node.
T
the json node to convert.
the mapper that is applied to each element of the json node.