Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/28efe4cb2475cba65795dc301d8b5401 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/28efe4cb2475cba65795dc301d8b5401 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
s = {};
s.num = 1;
s1 = serializeJSON(s);
</cfscript>
<cfdump var="#s#">
<cfdump var="#deserializeJSON(s1)#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment