serializeCFJSON
serializeCFJSON copied to clipboard
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.
Results
1
serializeCFJSON issues
Sort by
recently updated
recently updated
newest added
My version is listed as 0.2. however in order for this to work i have to wrap the object as follows result = ColdFusion JSON returned by server $.serializeCFJSON(result); --...