My server return this JSON String but seems like the syntax is not right. (I use Retrofit to get that json but it show JsonSyntaxException
at expiresTime
field. ). Could anyone check it for me:
{"messageId":1,"message":"new","expiresTime":"Fri Mar 04 02:12:39 GMT+00:00 2016","senderId":2,"userId":1}
This is image when I call that API by browser:
UPDATE:
Please take a look at my old question: Here