2012年11月26日

Json数据转化为map,list

摘要: import org.json.JSONException;import org.json.JSONObject;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import java.util.*;public static Map<Integer, String> parseJSON2Map(String str) { if (StringUtil.isEmpty(str)) { logger.error("Invalid param:jsonAnswer!"); ret... 阅读全文

posted @ 2012-11-26 18:27 JaredYang 阅读(386) 评论(0) 推荐(0)

导航