如何将返回的JSon字符串用MAP格式读取

语法是这样:

ObjectMapper mapper = new ObjectMapper();
Map resultMap=null;
resultMap = mapper.readValue(in, Map.class);

原文地址:https://www.cnblogs.com/hongming-blogs/p/8037531.html