AdobeStock_455007340

CF To JSON

Katsuyuki Sakai has created JSON Serializer, a ColdFusion Component that serializes ColdFusion objects (struct, query, array, etc.) into JSON format objects.

3 responses to “CF To JSON”

  1. John Farrar Avatar
    John Farrar

    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.

  2. wiesion Avatar
    wiesion

    The url is down, any other resources for that?

  3. John Farrar Avatar
    John Farrar

    Try this… the old one was old either way.
    http://www.epiphantastic.com/cfjson/

Leave a Reply