{ string1: "a" string1: "b" -news: [ -{ title: "aa" description: "aaa" -button: [ -{ type: "cancel" title: "ยกเลิก" } -{ type: "confirm" title: "ตกลง" } ] -options: { display: true start_date: "2014-04-01" end_date: "2014-04-30" } } -{ title: "bb" description: "bbb" -button: [ -{ type: "cancel" title: "Cancel" } -{ type: "confirm" title: "Confirm" } ] -options: { display: false start_date: "2014-04-01" end_date: "2014-04-03" } } -{ title: cc" description: "cccc" button: null -options: { display: false start_date: "2014-04-01" end_date: "2014-04-03" } } ]
try { newsAry = result.getJSONArray("news"); for (int i = 0; i < newsAry.length(); i++) { newsObj = newsAry.getJSONObject(i); title = newsObj.getString("title"); description = newsObj.getString("description"); nArrayList = new ArrayList<News>(); newsC = new News(title, description, button); nArrayList.add(newsC); try { buttonAry = newsObj.getJSONArray("button"); for (int j = 0; j < buttonAry.length(); j++) { buttonObj = buttonAry.getJSONObject(j); btn_type = buttonObj.getString("type"); btn_title = buttonObj.getString("title"); newsButton = new NewsButton(btn_type, btn_title); buttonArrayList = new ArrayList<NewsButton>(); buttonArrayList.add(newsButton); } } catch (Exception e) { // TODO: handle exception } } } catch (JSONException e) { // TODO Auto-generated catch block e.printStackTrace(); }
JsonArray jary = result.getJsonArray("test"); for(int i = 0 ; i < jary.lenght();i++){ JsonObject obj1 = lary.getJsonObject(i); jary2 = new JsonArry(); jary2 = obj1.getJsonArray("test1"); for(int j = 0; j < jary2.lenght();j++){ Data data = new Data(); nArrayList = new ArrayList<Data>(); obj2 = new JsonObject(j); data.setdata1 = (obj1.getString("obj1"); data.setdata2 = (obj2.getString("obj2"); nArrayList.add(data); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง