解决只有单引号的Json格式转换成bean问题

objectMapper.configure(Feature.ALLOW_UNQUOTED_FIELD_NAMES, true);
单引号类似Json格式:{id:124463277,code:null,waybillNo:"608008784754",identRs:"573"}
posted @ 2018-04-18 11:11  阿行不太冷  阅读(449)  评论(0)    收藏  举报