bodyListParser<T> function
internal parser/caster to list
Implementation
List<T> bodyListParser<T>(String body, ObjectMapper om) =>
om.deserializeList<T>(body);
internal parser/caster to list
List<T> bodyListParser<T>(String body, ObjectMapper om) =>
om.deserializeList<T>(body);