SkillAgentSearch skills...

SerializeCFJSON

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.

Install / Use

/learn @cutterbl/SerializeCFJSON
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

$.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

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated1mo ago
Forks6

Languages

JavaScript

Security Score

75/100

Audited on Feb 17, 2026

No findings