码迷,mamicode.com
首页 > Web开发 > 详细

解析json数组

时间:2014-06-24 14:37:30      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   color   get   

解析json数组

 

 JSONArray jsonArray = new JSONArray(markingStr);
    int iSize = jsonArray.length();
     for (int i = 0; i < iSize; i++) {
            org.json.JSONObject jsonObj = jsonArray.getJSONObject(i);
            String questionsId= jsonObj.get("questionsId").toString().trim();
            String haveScore= jsonObj.get("haveScore").toString().trim();
    }

 

解析json数组,布布扣,bubuko.com

解析json数组

标签:style   class   blog   code   color   get   

原文地址:http://www.cnblogs.com/libaoting/p/json.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!