Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e314d6699a40a80f385182381359f525 to your computer and use it in GitHub Desktop.
Save anonymous/e314d6699a40a80f385182381359f525 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
Value=[createTimeSpan(0,0,1,0),123];
writeDump(value);
serilizedValue=serializeJson(value);
writeDump(serilizedValue);
deserializedValue=deserializeJson(serilizedValue);
writeDump(deserializedValue);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment