Andrew, to be clear, are you saying Ext doesn't like the _structure_ of the data, or the format itself? CF9's JSON is valid JSON, so it must be the format.
If so - there should be a way to create your CF variable so that when serialized, Ext will like it. For example, I've used jQuery Plugins where if i just serialize a query as is, the result isn't what the plugin wants. I normally then just switch to an array of structs. On Wed, Jan 11, 2012 at 5:42 AM, Andrew Scott <andr...@andyscott.id.au> wrote: > > ColdFusion 9 comes with its own serialise and de-serialise function of json, > the downside to this is that extJS will not work natively with that format > of Json. I think I blogged an example on how you can write your own reader > to then convert ColdFusion's JSon by extJS. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349410 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm