JSON and CFCs
I've just been playing around with getting SPRY to use JSON datasets. It's worth checking out Ray Camdens posts on how he updated lighthousepro to use JSON. One issue I had though was, I call my JSON data via a CFC which causes SPRY to have issues.
Check out this post form more information: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52382
The solution appears to be that you can update your spry files where it does the http request like this
This then helps solve the meta tag issue.
It's worth noting that CF8 will help you resolve this issue as it lets you specify a return format.
Thanks to Scott for this solution.




