`
青春的、脚步
  • 浏览: 39404 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

json所需jar包

 
阅读更多



package temp;

import net.sf.json.JSONArray;

public class TestJson { 
	
public static void main(String[] a) { 
		Boolean[] boolArray = new Boolean[] { true, false, true };
		
		JSONArray jsonArray = JSONArray.fromObject(boolArray);
		
		System.out.println(jsonArray);
	}

}



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics