java得到的list:[Goods [id=60, name=123123], Goods [id=61, name=123123]]怎么转化成json数据格式。例如这样:[{id: 60, name: '123'}, {id: 40, name: '123'}];
认证高级PHP讲师
fastjson
fastjson is a good choice
This is the download address of the package (login required): http://download.csdn.net/download/t_worm...; Initialization: String jsonString = JSON.toJSONString(list); #🎜 🎜#Friends in need can try it out.
fastjson
fastjson is a good choice
This is the download address of the package (login required): http://download.csdn.net/download/t_worm...;
Initialization: String jsonString = JSON.toJSONString(list); #🎜 🎜#Friends in need can try it out.