stalbert
12/13/2018, 9:25 PMapplication/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?