Did you try 'secure': false as an option for Request.JSON? This shouldnt be happening even with secure: true but i would try hehe.
What server side language are you using? Are you using any serverside function before sending the JSON to the javascript? -- Fábio Miranda Costa Solucione Sistemas Front-End Engineer http://meiocodigo.com On Sat, Sep 12, 2009 at 11:34 PM, Ryan Florence <[email protected]>wrote: > > There's a whole lotta html in that json. > > Maybe give more data and less html in the response and then construct the > html elements after you get the request. Or even use Request.HTML instead? > > > On Sep 12, 2009, at 7:31 PM, nwhite wrote: > > >> pasting so much code into the mailing list is generally frowned upon >> because of formatting and readability issues. Consider posting your >> issues to mooshell or pastie. >> >> Check out http://www.jsonlint.com/ it is very helpful at locating >> syntax errors in json >> > >
