jackson 字符串转对象

ObjectMapper mapper = new ObjectMapper();

Map<String, Object> map = mapper.readValue(str, Map.class);

原文地址:https://www.cnblogs.com/white-knight/p/9836956.html