serializeCFJSON icon indicating copy to clipboard operation
serializeCFJSON copied to clipboard

root object still does not work

Open randallmeeker opened this issue 13 years ago • 0 comments

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

randallmeeker avatar Dec 06 '12 03:12 randallmeeker