No content to map due to end-of-input jackson parser

前端 未结 11 1932
盖世英雄少女心
盖世英雄少女心 2020-12-23 19:00

I am getting this response from the server {\"status\":\"true\",\"msg\":\"success\"}

I am trying to parse this json string using Jackson parser library

11条回答
  •  [愿得一人]
    2020-12-23 19:24

    I got this error when sending a GET request with postman. The request required no parameters. My mistake was I had a blank line in the request body.

提交回复
热议问题