forked from cutterbl/serializeCFJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Opticsponge/serializeCFJSON
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$.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
About
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.
Resources
Stars
Watchers
Forks
Packages 0
No packages published