I am getting this response from the server {\"status\":\"true\",\"msg\":\"success\"}
{\"status\":\"true\",\"msg\":\"success\"}
I am trying to parse this json string using Jackson parser library
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.