Fastjson toJSONString用单引号进行转换

前端之家收集整理的这篇文章主要介绍了Fastjson toJSONString用单引号进行转换前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
String str = '[{"sourceItemId":"554826261696","itemTitle":"服务商测试商品不发货","itemCount":"1","itemCountMax":""},{"sourceItemId":"554864314455","itemTitle":"测试店铺不发货","itemCountMax":""}]';
JSONArray _list_item_ids_update = JSON.parseArray(request.getParameter("_list_item_ids"));
JSON.toJSONString(_list_item_ids_update,SerializerFeature.UseSingleQuotes);
原文链接:https://www.f2er.com/json/288841.html

猜你在找的Json相关文章