码迷,mamicode.com
首页 >  
搜索关键字:jsonarray    ( 464个结果
Json解析之JsonArray
Json解析之JsonArray String str = "{\"phone\" : [\"12345678\", \"87654321\"]}";...
分类:Web程序   时间:2015-06-02 11:25:01    阅读次数:106
android Json 解析 JSONObject JSONArray
android Json 解析 JSONObject JSONArray...
分类:移动开发   时间:2015-06-02 11:18:03    阅读次数:145
JSONObject与JSONArray的使用 jsonobject里面包含jsonarray
好多人用的是json-lib,要用那么多库很麻烦啊,直接eclipse里面用android自带的json就好。 很简单下面我贴下代码 import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; 看这个是自带的json JSONObject param = ...
分类:Web程序   时间:2015-05-28 16:14:42    阅读次数:202
Android 开发工具类 14_ JsonTools
天气 JSON 数据解析 1 package com.example.weather_json.tools; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 6 import org.json.JSONArray; 7 imp.....
分类:移动开发   时间:2015-05-28 15:36:55    阅读次数:143
json构造和解析
创建json: //construct json and output it  public String jsonTest() throws JSONException{  JSONObject json=new JSONObject();  JSONArray jsonMembers = new JSONArray();  JSONObject member1 = new JSONO...
分类:Web程序   时间:2015-05-27 10:08:10    阅读次数:169
java object 转为 json
JSONObject jsonObject=JSONObject.fromObject(map) 执行到这的时候没有任何反应的原因及解决办法http://blog.csdn.net/tjcyjd/article/details/7007487JSONObject,JSONArray使用手册http:...
分类:编程语言   时间:2015-05-26 18:16:12    阅读次数:129
android解析二维数组对象key:value
JSONArrayjsonArray=jsonObject.optJSONArray("data");//array=dataObj.getJSONArray("data");//JSONArrayarray=dataObj.getJSONArray("result");if(jsonArray!=null&&jsonArray.length()>0){ for(inti=0;i<=jsonArray.length()-1;i++){ JSONObjectobj=jsonArra..
分类:移动开发   时间:2015-05-21 19:47:36    阅读次数:168
json数组和json字符串转换成map解析
package demo;import java.util.List;import java.util.Map;import java.util.Map.Entry;import net.sf.json.JSONArray;import net.sf.json.JSONObject;public c...
分类:编程语言   时间:2015-05-20 20:03:35    阅读次数:144
java操作mongodb
代码1:package com.ooooo.mongo; import java.net.UnknownHostException;import java.util.Set; import org.json.JSONArray;import org.json.JSONException;import...
分类:数据库   时间:2015-05-18 18:25:33    阅读次数:144
gson对json与对象与list集合的转换
importjava.util.ArrayList; importjava.util.List; importcom.google.gson.Gson; importcom.google.gson.JsonArray; importcom.google.gson.reflect.TypeToken; publicclassTestJson{ publicstaticvoidmain(String[]args){ //某对象转换成json //test(); //json转换..
分类:Web程序   时间:2015-05-06 15:17:46    阅读次数:170
464条   上一页 1 ... 33 34 35 36 37 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!