serializeCFJSON

A jQuery function that will parse the JSON returned from an ajax call to a remote ColdFusion method and recursively convert any ColdFusion query object into a standard JSON recordset, as recognized by a great number of plugins and libraries.

CFQueryToForm

CFQueryToForm will take ColdFusion’s native JSON serialization of it’s native ColdFusion Query object, and apply the result to a form’s fields. CFRequestToForm will take a configuration object that will then make an Ajax request, based upon the configuration, and automatically apply the result to the form is was applied upon.