`JSONArray data = root.getJSONArray("data");
ObjectMapper mapper = new ObjectMapper();
List list = mapper.readValue(data.toString(), new TypeReference<>() { })`