I'm learning Volley library in android. I'm using JsonObjectRequest for passing JsonObject as request parameters, And I'm getting response as a JsonArray in error listener code for JsonObjectRequest check line no.84 in image Error in Logcat.
Can anyone help me regarding this, how to get JsonArray as response by passing JsonObject as request parameter.