GitHub

Folders and files

NameName

Last commit message

Last commit date

$.serializeCFJSON() is a JQuery method for converting JSON, returned by remote ajax
calls to ColdFusion, that will recursively convert any internal ColdFusion query
return into a more standardized JSON recordset object.
	var return = $.serializeCFJSON(ajaxReturn);
An example and base documentation can be found at http://examples.cutterscrossing.com/serializeCFJSON

Read the original on github.com ↗