Skip to content

Instantly share code, notes, and snippets.

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 trycf/d5bfaa055f66ca7319d4a2442f2f6bab to your computer and use it in GitHub Desktop.
Save trycf/d5bfaa055f66ca7319d4a2442f2f6bab to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
// Introduced in ColdFusion 2016 and Lucee 5
serial = structNew( "ordered" );
serial.a = 1;
serial.b = 2;
serial.c = 3;
writeDump( serial );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment