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:317800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to