在java中从WebService调用的数据怎么解析json

如题所述

import org.json.JSONObject;
        try {
            JSONObject json = new JSONObject();
            int totalProperty = json.getInt("totalProperty");
            JSONObject root = json.getJSONObject("root");
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }

要取什么值就用getXXX的方法来取

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答