public void JsonRead() throws IOException{
    String str = FileUtils.readFileToString(new File("D:/pump.json"), "UTF-8");
    Map map = (Map) JsonUtil.parse(str);
}