I am trying to use Retrofit2 with GsonConverterFactory the problem is this is the response i am get from okhttp:
"{\r\n \"Template\": {\r\n \"id\": 11,\r\n \"name\": \"Zoo London\"\r\n },\r\n \"Screens\":...
Because of this i get the following exception:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 2
How do i remove the special chars and carriage returns with retrofit2?