I'm having an issue where even though I specify a ...
# suitescript
s
I'm having an issue where even though I specify a content-type of
application/json
if I pass a JS object as the body it doesn't seem to create JSON, or at least not JSON that a receiving RESTlet can parse. In other words, must I JSON.stringify() before setting the
body
property of a request?