Error Volley Library Com.android.volley.parseerror: Org.json.jsonexception:
I try to do a PUT request using Volley Library. I already did get request and put request usin g Override methode getParam(), but for this request i need to send a jsonOjbect that
Solution 1:
This is not your problem this is server side problem, the server dose not return valid json
to you. it actually returns you html
code, in order to see what exactly it returns just install add on for broswer for example RESTClient
for mozilla
and send your request to the server by corresponding type(post-get-...) then see server result.
Post a Comment for "Error Volley Library Com.android.volley.parseerror: Org.json.jsonexception:"