JsonUtilpublic class JsonUtil { private static final ObjectMapper jsonMapper = new ObjectMapper(); public static <T> T toObj(String str, C