JSONParser parser = new JSONParser(); Object obj = parser.parse(new FileReader("/path/to/file.json")); JSONObject json = ...
確定! 回上一頁