java对象转化为json字符串,关键代码如下:
JSONObject json = JSONObject.fromObject(person);
String resultStr = json.toString();
转化后的字符串形如:
{"age":"18","name":"天津犀利妞","password":"123456","sex":"女"}
json需要的jar下载地址如下:链接: http://pan.baidu.com/s/1o6wX2yA 密码: dxtw
原文地址:http://blog.csdn.net/zl544434558/article/details/44344233