VolleyPlus
VolleyPlus copied to clipboard
Sending POST data as a json object not key-value map
trafficstars
I haven't found a way to send post data as json rather than map with key-value. Is it possible somehow or not yet built in?
In fact, my issue would be to post json data but be able to retrieve response as JSONArray not necessarily JSONObject as is currently only the case.