爲了使用Jackson讀json爲JsonNode,需要創建Jackson ObjectMapper 實例。然後調用其readTree()方法,使用源json作爲參數,請看示例: String json = "{ \ ...
確定! 回上一頁