About CFJSON
If you don't know what JSON is then you don't know what you're missing. I personally can't stand XML, it's always anoying to parse and I don't even like having to read it. So for me JSON was a god send. You can read more about JSON here.
CFJSON is used to parse text in JSON format and return matching ColdFusion objects, or the reverse. The nice thing about JSON is that it's translates easily to javascript data structures. And it's an excellent format for returning data to ajax calls.
JSON is a simple concept, and as such the CFJSON project is a small, simple one. Just have a look at the examples and it's a no-brainer.
CFJSON is the brainchild of Jehiah Czebotar. When he decided to move on to other things, I accepted to take over the project from him and maintain it. Many have contributed and we've done our best to give people credit. If you feel that your name has been forgotten, just shoot me an email.
