Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.
Posted At : 10:06 AM
Related Categories:
ColdFusion
Katsuyuki Sakai has created JSON Serializer, a ColdFusion Component that serializes ColdFusion objects (struct, query, array, etc.) into JSON format objects.
There is a standing project that serializes and deserializes JSON at http://jehiah.com/projects/cfjson/ that is a great solution. I built a missing piece in it for deserializing the query because he was missing that piece. He didn't add it in yet. Another fine work is done by the creator of Fusebuilder. I don't think he has released it to the public yet though. His version makes the Query on Java look more like the structure inside CF.
http://www.epiphantastic.com/cfjson/