ObjectMapper mapper= new ObjectMapper(); JsonNode response = mapper.readTree(payload); //payload is the json string JsonNode success ...
確定! 回上一頁