Community

Dumping ColdFusion Values Into A String Variable Using WriteDump()

(Ben Nadel) When it comes to serializing data in ColdFusion (and other languages), my default choice is JSON (JavaScript Object Notation). JSON is a great choice since it is (fairly) human-readable and can be easily deserialized and consumed programmatically.

Read More - Register for Free Membership