String content = new String(Files.readAllBytes(Paths.get("1.json")), "UTF-8"); JSONObject jsonObject = JSONObject.parseObject(content);