New version of CFJSON
Sunday, February 4th, 2007

I’ve taken over maintenance of the CFJSON project from Jehiah Czebotar. Took me rather long to get a web site setup for it, but better late than never. To celebrate the unveiling of the site, there’s a new version out, version 1.6, which brings a long a few bug fixes and enhancement. Hopefully I didn’t mess anything up with the old code, given that I pieced together a bunch of changes submitted by some people along with my own.

Click here to download version 1.6 of CFJSON

4 Responses to “New version of CFJSON”
  1. Andrew Says:

    Awesome! My first feature request is a setting to allow us to ensure that variable names retain their case

  2. Thomas Says:

    Actually, if I understand your request correctly, that has been taken care of. There was a piece of code that made forced the key names to upper case that has been removed. To ensure that your struct keys are encoded correctly from CF to JSON, make sure you use struct["key"] notation rather than struct.key notation. The latter will result in an uppercase key no matter how you write it, whereas the fomer will preserve the case.

  3. CFJSON has a new home Says:

    [...] I wrote CFJSON back in May 2005, and I’m happy to see that Thomas Messier has given it a new home, and managed to roll quite a few pending bug fixes into a new 1.6 release. If you use CFJSON head over and get the new release. [...]

  4. Andrew Says:

    ah, I see. Thanks and good job!

Leave a Reply