一、fastjson

解析字符串:

1
2
//data是json字符串,TraderProductListDto是要转换为的dto
JSONObject.parseArray(data, TraderProductListDto.class);
Loading comments...
2018-01-02