I upload a json
file to my server. This is the json file but when I want to parse it, it gives the following error:
Error parsing data org.json.JSONException: Value <!DOCTYPE of type java.lang.String cannot be converted to JSONObject
which setting should I do in server? I only set MIME
.
You can review my codes here
example response:
equivalent code to parse after you receive the response in string.