Whatever message this page gives is out now! Go check it out!
IsJSON(var)| Parameter | Description |
var | A string or variable that represents one. |
<cfscript>
myObj= {name: "John", age: 31, city: "New York"};
myJSON = IsJSON(myObj);
writeoutput(myJSON);
</cfscript>