ObjectMapper om = new ObjectMapper(); JsonNode root = om.readTree(is); ... If the node is an OBJECT, we get its fields with:
確定! 回上一頁