All Projects → cutterbl → serializeCFJSON

cutterbl / serializeCFJSON

Licence: other
A simple JQuery method that takes the JSON, returned from a ColdFusion ajax call, and will recursively search each key, converting native ColdFusion query objects into a standard JSON record set.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ColdFusion
112 projects
$.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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].