its for receiving JSON, so you get it on your response. The values you send to the server works the same as with Request.
-- Fábio Miranda Costa Solucione Sistemas Engenheiro de interface On Mon, Nov 9, 2009 at 11:03 AM, eskimoblood <[email protected]> wrote: > > The docs says that Request.JSON will automated sending and receiving > of JavaScript Objects in JSON Format. But that seems not be true. > Instead of using JSON.encode it uses the default formating in Request > (Hash.toQueryString). Sure I can use myRequest.send(JSON.encode > (myObject)). Is this a bug or to I understand the docs in a wrong way?
