java后台接收json数据,报错com.alibaba.fastjson.JSONObject cannot be cast to xxx
从前台接收json封装的list数据,在后台接收时一直报错,com.alibaba.fastjson.JSONObjectcannotbecasttoxxx, 使用这种方式接收可以接收1@RequestMapping(value"/insertUser",methodRequestMethod.POST)