ObjectMapper mapper = new ObjectMapper();

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

04-23 17:10