JsonNode jsonNode = Json.toJson("Json String"); ObjectNode node = (ObjectNode) new ObjectMapper().readTree(jsonNode.asText()); //perform ...
確定! 回上一頁