RE: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread andy matthews
And THAT is why you're not a Jedi. andy -Original Message- From: Kris Jones [mailto:kris.jon...@verizon.net] Sent: Thursday, December 30, 2010 8:53 PM To: cf-talk Subject: Re: SerializeJSON return different between CF8 and CF9 Doh! Yes, exactly what I'm doing. Here&#

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Kris Jones
Doh! Yes, exactly what I'm doing. Here's the weird thing though - works fine in CF9. Perfect. In CF8 it simply escapes all the quotes in the JSON string itself. Strange behavior? Or just an incompatibility? I honestly didn't understand that returnformat=json was actually serializing the json. I t

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Michael Grant
Yo Dawg. I heard you liked serializing JSON. So I put serialized JSON in your serialized JSON. So now you can serialize JSON while you serialize JSON. *groan* Sorry, couldn't resist. As you were. http://www.google.ca/images?q=hey+dawg+i+heard+you+like&um=1&hl=en&ie=UTF-8&source=univ&ei=RkMdTbfe

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Raymond Camden
Dumb question. But you are doing something like this: but _also_ adding returnFormat=json? If so - you are double serializing the JSON. On Thu, Dec 30, 2010 at 8:09 PM, Kris Jones wrote: > > Okay, finally figured this out: To make this work in CF8 (w/ chf4 > applied), I had to change the re

Re: SerializeJSON return different between CF8 and CF9

2010-12-30 Thread Kris Jones
Okay, finally figured this out: To make this work in CF8 (w/ chf4 applied), I had to change the returnformat to "plain", rather than "json". Otherwise it escaped all the quotes used to construct the JSON. This does not happen in CF9. Searched and searched for this on the web to no avail - hopeful