本人使用的是Alibaba的fastjson,经测试是不区分大小写的,可以直接转换,非常好用!com.alibaba.fastjson.JSONcom.alibaba.fastjson.JSON.parseObject(String text, Class<ColorTmplSubmitResp> clazz) 返回的json字符串: {"resultcode":"0","resultdesc":"成功","templateid":"31"} 需要转换成的bean类: 附图: