java拼接JSON串
Posted 吴添龙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java拼接JSON串相关的知识,希望对你有一定的参考价值。
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串的主要内容,如果未能解决你的问题,请参考以下文章