JSON - yeah, it rocks
I have never had to use much Ajax in my web applications. On a recent project there were some very interesting requirements that required Ajax (such as dynamically inserting JS functions built from CFML), but I was banging my head against a wall with some of the XML that was being returned since it was all HTML and complex data. Enter JSON. JSON not only allows me to pass back my HTML strings easily, but it also allows an easy transfer of complex data directly to JS objects. If you have been generating XML with your CFCs, you may want
Read comments or post a reply to : JSON - yeah, it rocks