Posting a JSON array to webservice in Android
- by Sam
I am having some problems with what should be a rather simple task. I simply need a JSON array with a single JSON object within it to be posted to my webservice. The entire URL request needs to be formatted like this:
http://www.myserver.com/myservice.php?location_data=[{"key1":"val1","key2":"val2"....}]
I cannot for the life of me figure out how…