报错信息如下:

org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: syntax error, expect [, actual error, pos 0, fieldName null; nested exception is com.alibaba.fastjson.JSONException: syntax error, expect [, actual error, pos 0, fieldName null

 

将ajax请求的参数转换成字符串。

jsJSON.stringify方法将data对象转换成JSON字符串就可以了。

   $.ajax({
            data:JSON.stringify(data),
    });

 

GitHub 加速计划 / fastj / fastjson
3
1
下载
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
最近提交(Master分支:4 个月前 )
c942c834 - 1 年前
5bc4709b - 1 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐