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