Topic: Posting a JSON object
I see in the examples about how to retrieve a JSON object and how to build a URL with various parameters, but is there a way I can just post a JSON object?
My company already has a web service set up, so all I'd need to do is hand the JSON object over to a particular URL, and then the data would be dumped into our SQL db.
Any help or advice in this regard would be greatly appreciated.
-Tim G.