It’s been way too long I’ve owed an update of CFJSON. There were a few nagging bugs that needed to be addressed and I did my best to fix them. Another notable improvement was related to performance. Ray Camden pointed out that string concatenation wasn’t using the Java StringBuffer object. Doug Boude provided me with some code and I plugged it in, so encoding should be considerably faster when dealing with a lot of data.
Apologies to those who submitted other fixes/suggestions that are not addressed by this release. Either I found problems with the submission or including it would have further delayed a long-overdue release, so I figured I’d keep it for the next one. Either way, thanks for all the comments and code contributed.
For more details on the changes and to download the latest version, go to the CFJSON site.

