Ray, (Please, call me Cutter.) I want to say I looked at that once before, but I just don't remember. At the time, I was also looking to write an implementation that would take the JSON return at it's base level, without additional attributes. I'll take another look at it though, it may be that the non-default may work better...
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book _____________________________ http://blog.cutterscrossing.com Raymond Camden wrote: > Steve, I've admittedly only skimmed your blog post, but could your > problem with CF's JSON encode of Queries be fixed with the queryFormat > attribute? It's another 'special' attribute like returnFormat. > > > On Mon, Jan 12, 2009 at 11:30 AM, Cutter (CFRelated) > <[email protected]> wrote: >> That depends on the function's attributes. The returnFormat argument >> will automatically serialize the ColdFusion datatype into a JSON object. >> I suggest that anyone using it should play with the returns a bit to see >> what comes back for the different CF datatypes. Most things are fairly >> standard, with the exception of Adobe's implementation of returning a >> query. Adobe's implementation provides for a much smaller data return, >> but it isn't in the standard format used by most other app servers, so >> it requires a small bit of client-side parsing to get the intended >> result. Nothing painful, just important to know the difference. I've >> written a CFQueryReader object for Ext, to parse CF query returns for >> use with Ext components: >> >> http://blog.cutterscrossing.com/index.cfm/2008/11/20/ColdFusion-Query-Json-Data-Reader >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317802 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

