0
点赞
收藏
分享

微信扫一扫

JSON parse error: Unrecognized token


JSON parse error: Unrecognized token

  • ​​1.出错信息​​
  • ​​2.问题原因​​

1.出错信息

JSON parse error: Unrecognized token 'Rj': 
was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false');
nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Rj':
was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')\n
at [Source: (PushbackInputStream

2.问题原因

​请求如postman图示,后台应该用@RequestBody​​​JSON parse error: Unrecognized token_JSON parse error
JSON parse error: Unrecognized token_json_02


举报

相关推荐

0 条评论