Gson的fromJson指定转换类型
String testStr = "{\"content\":[{\"state\":\"02\",\"billno\":\"161114002902010026\",\"note\":\"直投借款合同已放款,不允许重复放款\"}],\"result\":\"0000\"}";
Gson gson = new Gson();
Map map = gson.fromJson(testStr,
原创
2016-11-23 11:34:29 ·
3742 阅读 ·
0 评论