码迷,mamicode.com
首页 > 编程语言 > 详细

java拼接JSON串

时间:2017-07-03 14:05:54      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:bean   cep   json   price   mint   print   null   nts   eve   

String str = "{\"route\":\"onGift\",\"time\":\"\",\"userId\":\"\",\"userName\":\"\",\"level\":\"1_2_2_2_0\",\"adminType\":0,\"tuserId\":\"\"," +
"\"tuserName\":\"\",\"tlevel\":\"10_2_2_2_0\",\"roomId\":\"\",\"giftId\":\"001\",\"fcId\":\"0\",\"amount\":\"1\",\"price\":\"0\",\"bean\":\"6546316\"}";

JSONObject json = null;

try {
json = new JSONObject(str);
} catch (JSONException e) {
e.printStackTrace();
}

java拼接JSON串

标签:bean   cep   json   price   mint   print   null   nts   eve   

原文地址:http://www.cnblogs.com/wutianlong/p/7110341.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!