serializeCFJSON
serializeCFJSON copied to clipboard
root object still does not work
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); -- does not work
$.serializeCFJSON({d:result}); - works